| 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 8e64a7a94371a70474cc1fd9e27eba96e4585b46..f7c753d2102e1746e1c2f53cf9202df9f740caa6 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.createSetting("xhrBreakpoints", []);
|
| + this._xhrBreakpointsSetting = WebInspector.settings.createLocalSetting("xhrBreakpoints", []);
|
|
|
| /** @type {!Map.<string, !Element>} */
|
| this._breakpointElements = new Map();
|
|
|