Bug 790349 - Convert all fooAtom uses to simply foo. r=jorendorff
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user