mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1164011 - interposition for CPOWS. r=billm
This commit is contained in:
parent
7301508a23
commit
db02cf7508
@ -32,7 +32,8 @@ InterposeProperty(JSContext* cx, HandleObject target, const nsIID* iid, HandleId
|
||||
if (!mozilla::dom::IsDOMClass(clasp) &&
|
||||
!IS_WN_CLASS(clasp) &&
|
||||
!IS_PROTO_CLASS(clasp) &&
|
||||
clasp != &OuterWindowProxyClass) {
|
||||
clasp != &OuterWindowProxyClass &&
|
||||
!jsipc::IsWrappedCPOW(unwrapped)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user