Trying for more tinderbox debugging

This commit is contained in:
bzbarsky%mit.edu 2007-12-03 00:00:26 +00:00
Родитель 308e09da3f
Коммит 7c7f5d746a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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.