Bug 989025 - WebConsole breaks when trying to autocomplete in objects from different domains; r=past
This commit is contained in:
@@ -1098,7 +1098,7 @@ let DebuggerEnvironmentSupport = {
|
||||
};
|
||||
|
||||
|
||||
exports.JSPropertyProvider = JSPropertyProvider;
|
||||
exports.JSPropertyProvider = DevToolsUtils.makeInfallible(JSPropertyProvider);
|
||||
})(WebConsoleUtils);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user