зеркало из https://github.com/mozilla/pjs.git
Backing out to fix orange till I can sort it out.
This commit is contained in:
Родитель
732a318bfe
Коммит
495c01f9c8
|
@ -7462,7 +7462,7 @@ js_GetFunctionNamespace(JSContext *cx, jsval *vp)
|
|||
if (!obj)
|
||||
return JS_FALSE;
|
||||
|
||||
atom = js_AtomizeObject(cx, obj, 0);
|
||||
atom = js_AtomizeObject(cx, obj, ATOM_PINNED);
|
||||
if (!atom)
|
||||
return JS_FALSE;
|
||||
rt->atomState.lazy.functionNamespaceAtom = atom;
|
||||
|
@ -7650,7 +7650,7 @@ js_GetAnyName(JSContext *cx, jsval *vp)
|
|||
METER(xml_stats.qnameobj);
|
||||
METER(xml_stats.liveqnameobj);
|
||||
|
||||
atom = js_AtomizeObject(cx, obj, 0);
|
||||
atom = js_AtomizeObject(cx, obj, ATOM_PINNED);
|
||||
if (!atom)
|
||||
return JS_FALSE;
|
||||
rt->atomState.lazy.anynameAtom = atom;
|
||||
|
|
Загрузка…
Ссылка в новой задаче