Bug 790349 - Convert all fooAtom uses to simply foo. r=jorendorff

This commit is contained in:
Jeff Walden
2012-09-11 10:32:33 -07:00
parent 6c92888c28
commit 5a2de170a3
48 changed files with 367 additions and 397 deletions

View File

@@ -373,7 +373,7 @@ js_InitWeakMapClass(JSContext *cx, JSObject *obj)
return NULL;
RootedFunction ctor(cx, global->createConstructor(cx, WeakMap_construct,
cx->runtime->atomState.WeakMapAtom, 0));
cx->names().WeakMap, 0));
if (!ctor)
return NULL;