Disable bug 1107443 for now to fix whatever Marionette is doing and reopen the CLOSED TREE. r=bustage

This commit is contained in:
Boris Zbarsky 2015-01-23 11:21:00 -05:00
parent cfe4fc910b
commit 9176f1e0dd

View File

@ -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);
}