mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix JS/js typo from bug 899245 (r=red)
This commit is contained in:
parent
cfbcb464d4
commit
4db9367371
@ -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