зеркало из https://github.com/mozilla/pjs.git
Bug 366312: fixing document.all detecting regression from bug 365608. r=brendan
This commit is contained in:
Родитель
61ec17454c
Коммит
b6061b3599
|
@ -3135,10 +3135,10 @@ Detecting(JSContext *cx, jsbytecode *pc)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/*
|
/*
|
||||||
* At this point, anything but grouping means we're not detecting
|
* At this point, anything but an extended atom index prefix means
|
||||||
* unless we see an extended atom index prefix.
|
* we're not detecting.
|
||||||
*/
|
*/
|
||||||
if (js_CodeSpec[op].format & JOF_ATOMBASE)
|
if (!(js_CodeSpec[op].format & JOF_ATOMBASE))
|
||||||
return JS_FALSE;
|
return JS_FALSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче