mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Disable bug 1107443 for now to fix whatever Marionette is doing and reopen the CLOSED TREE. r=bustage
This commit is contained in:
parent
cfe4fc910b
commit
9176f1e0dd
@ -791,7 +791,7 @@ nsOuterWindowProxy::defineProperty(JSContext* cx,
|
||||
// on windows, until we sort out what exactly the addon SDK is
|
||||
// doing. In the meantime, this still allows us to test web compat
|
||||
// behavior.
|
||||
if (desc.isPermanent() && !nsContentUtils::IsCallerChrome()) {
|
||||
if (false && desc.isPermanent() && !nsContentUtils::IsCallerChrome()) {
|
||||
return ThrowErrorMessage(cx, MSG_DEFINE_NON_CONFIGURABLE_PROP_ON_WINDOW);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user