mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 04:16:16 +00:00
Fix JS/js typo from bug 899245 (r=red)
This commit is contained in:
parent
b240abca27
commit
19f7233988
@ -562,7 +562,7 @@ JavaScriptParent::unwrap(JSContext *cx, ObjectId objId)
|
||||
|
||||
bool callable = !!(objId & OBJECT_IS_CALLABLE);
|
||||
|
||||
RootedObject global(cx, JS::DefaultObjectForContextOrNull(cx));
|
||||
RootedObject global(cx, js::DefaultObjectForContextOrNull(cx));
|
||||
|
||||
RootedValue v(cx, UndefinedValue());
|
||||
JSObject *obj = NewProxyObject(cx,
|
||||
|
Loading…
Reference in New Issue
Block a user