зеркало из 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:
|
||||
/*
|
||||
* At this point, anything but grouping means we're not detecting
|
||||
* unless we see an extended atom index prefix.
|
||||
* At this point, anything but an extended atom index prefix means
|
||||
* we're not detecting.
|
||||
*/
|
||||
if (js_CodeSpec[op].format & JOF_ATOMBASE)
|
||||
if (!(js_CodeSpec[op].format & JOF_ATOMBASE))
|
||||
return JS_FALSE;
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче