mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 874318 - Don't allow CALL on XOWs. r=mrbkap
This commit is contained in:
parent
346f85a57c
commit
4d51cd1086
@ -222,7 +222,7 @@ AccessCheck::isCrossOriginAccessPermitted(JSContext *cx, JSObject *wrapperArg, j
|
||||
return true;
|
||||
|
||||
if (act == Wrapper::CALL)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
RootedId id(cx, idArg);
|
||||
RootedObject wrapper(cx, wrapperArg);
|
||||
|
Loading…
Reference in New Issue
Block a user