Bug 572057 - TM: remove weak roots (pigeon hole) r=igor
This commit is contained in:
@@ -554,7 +554,6 @@ js_AtomizeString(JSContext *cx, JSString *str, uintN flags)
|
||||
|
||||
JS_ASSERT(key->isAtomized());
|
||||
JSAtom *atom = STRING_TO_ATOM(key);
|
||||
cx->weakRoots.lastAtom = atom;
|
||||
JS_UNLOCK(cx, &state->lock);
|
||||
return atom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user