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
169d010a55
commit
3e3df975b8
@ -5440,6 +5440,7 @@ nsWindowSH::NewResolve(nsIXPConnectWrappedNative *wrapper, JSContext *cx,
|
||||
JS::Value exn = JSVAL_VOID;
|
||||
|
||||
{
|
||||
nsCxPusher pusher;
|
||||
Maybe<JSAutoCompartment> ac;
|
||||
|
||||
JSContext* my_cx;
|
||||
@ -5449,6 +5450,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