mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 939608 - Fix a build problem
This commit is contained in:
parent
b4bd380bbc
commit
d34b4a705a
@ -825,7 +825,7 @@ nsJSCID::Construct(nsIXPConnectWrappedNative *wrapper,
|
||||
|
||||
// 'push' a call context and call on it
|
||||
RootedId name(cx, rt->GetStringID(XPCJSRuntime::IDX_CREATE_INSTANCE));
|
||||
XPCCallContext ccx(JS_CALLER, cx, obj, js::NullPtr(), name, args.length(), args.array(),
|
||||
XPCCallContext ccx(JS_CALLER, cx, obj, JS::NullPtr(), name, args.length(), args.array(),
|
||||
args.rval().address());
|
||||
|
||||
*_retval = XPCWrappedNative::CallMethod(ccx);
|
||||
|
Loading…
Reference in New Issue
Block a user