зеркало из https://github.com/mozilla/pjs.git
Trying for more tinderbox debugging
This commit is contained in:
Родитель
308e09da3f
Коммит
7c7f5d746a
|
@ -964,11 +964,13 @@ XULContentSinkImpl::OpenTag(const PRUnichar** aAttributes,
|
|||
|
||||
NS_ASSERTION(mState == eInScript || mState == eInDocumentElement,
|
||||
"Unexpected state");
|
||||
if (mState == eInScript || 1) {
|
||||
if (mState == eInScript) {
|
||||
// OpenScript has pushed the nsPrototypeScriptElement onto the
|
||||
// stack, so we're done.
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
*((int*)0) = 1; // Crash out, dammit
|
||||
}
|
||||
|
||||
// Set the correct script-type for the element.
|
||||
|
|
Загрузка…
Ссылка в новой задаче