Bug 572057 - TM: remove weak roots (pigeon hole) r=igor

This commit is contained in:
Gregor Wagner
2010-08-18 12:46:47 -07:00
parent d63937be45
commit 225dda9ef3
10 changed files with 21 additions and 136 deletions

View File

@@ -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;
}