Silly test to see what the mac orange is about

This commit is contained in:
bzbarsky@mit.edu 2007-12-02 15:18:44 -08:00
Родитель 057155e2c2
Коммит d277b0c075
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -964,7 +964,7 @@ XULContentSinkImpl::OpenTag(const PRUnichar** aAttributes,
NS_ASSERTION(mState == eInScript || mState == eInDocumentElement,
"Unexpected state");
if (mState == eInScript) {
if (mState == eInScript || 1) {
// OpenScript has pushed the nsPrototypeScriptElement onto the
// stack, so we're done.
return NS_OK;