Bug 898914 (part 1) - Remove JSBool.
This commit is contained in:
@@ -327,7 +327,7 @@ WeakMap_set(JSContext *cx, unsigned argc, Value *vp)
|
||||
return CallNonGenericMethod<IsWeakMap, WeakMap_set_impl>(cx, args);
|
||||
}
|
||||
|
||||
JS_FRIEND_API(JSBool)
|
||||
JS_FRIEND_API(bool)
|
||||
JS_NondeterministicGetWeakMapKeys(JSContext *cx, JSObject *objArg, JSObject **ret)
|
||||
{
|
||||
RootedObject obj(cx, objArg);
|
||||
|
||||
Reference in New Issue
Block a user