mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 834732 - Push a cx in nsWindowSH::NewResolve. r=mrbkap
This commit is contained in:
parent
9c9b132652
commit
7c72f28c14
@ -6128,6 +6128,7 @@ nsWindowSH::NewResolve(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
|
||||
JS::Value exn = JSVAL_VOID;
|
||||
|
||||
{
|
||||
nsCxPusher pusher;
|
||||
Maybe<JSAutoCompartment> ac;
|
||||
|
||||
JSContext* my_cx;
|
||||
@ -6137,6 +6138,7 @@ nsWindowSH::NewResolve(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
|
||||
my_cx = my_context->GetNativeContext();
|
||||
|
||||
if (my_cx != cx) {
|
||||
pusher.Push(my_cx);
|
||||
ac.construct(my_cx, obj);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user