Backed out changeset a85d21e394c0 (bug 854503) for bustage.

This commit is contained in:
Ryan VanderMeulen
2013-04-06 14:37:33 -04:00
parent 369ad387e1
commit 299788bf3c
44 changed files with 134 additions and 134 deletions

View File

@@ -339,7 +339,7 @@ JS_FRIEND_API(JSBool)
JS_NondeterministicGetWeakMapKeys(JSContext *cx, JSObject *objArg, JSObject **ret)
{
RootedObject obj(cx, objArg);
obj = UncheckedUnwrap(obj);
obj = UnwrapObject(obj);
if (!obj || !obj->isWeakMap()) {
*ret = NULL;
return true;