Bug 989025 - WebConsole breaks when trying to autocomplete in objects from different domains; r=past

This commit is contained in:
Mihai Sucan
2014-03-27 23:15:29 +02:00
parent 158b74825b
commit 6dc37e3f4a
4 changed files with 75 additions and 1 deletions

View File

@@ -1098,7 +1098,7 @@ let DebuggerEnvironmentSupport = {
};
exports.JSPropertyProvider = JSPropertyProvider;
exports.JSPropertyProvider = DevToolsUtils.makeInfallible(JSPropertyProvider);
})(WebConsoleUtils);
///////////////////////////////////////////////////////////////////////////////