Index: Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js |
diff --git a/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js b/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js |
index f7c753d2102e1746e1c2f53cf9202df9f740caa6..8e64a7a94371a70474cc1fd9e27eba96e4585b46 100644 |
--- a/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js |
+++ b/Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js |
@@ -10,7 +10,7 @@ |
WebInspector.XHRBreakpointsSidebarPane = function() |
{ |
WebInspector.BreakpointsSidebarPaneBase.call(this, WebInspector.UIString("XHR Breakpoints")); |
- this._xhrBreakpointsSetting = WebInspector.settings.createLocalSetting("xhrBreakpoints", []); |
+ this._xhrBreakpointsSetting = WebInspector.settings.createSetting("xhrBreakpoints", []); |
/** @type {!Map.<string, !Element>} */ |
this._breakpointElements = new Map(); |