| Index: Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| diff --git a/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js b/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| index a015d326935913ee3aec65a28e77745b0da29c2e..eded1b2308d7686acc74d75e28944ef96a0fd762 100644
|
| --- a/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| +++ b/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js
|
| @@ -39,7 +39,7 @@
|
| this._requiresUpdate = true;
|
| /** @type {!Array.<!WebInspector.WatchExpression>} */
|
| this._watchExpressions = [];
|
| - this._watchExpressionsSetting = WebInspector.settings.createLocalSetting("watchExpressions", []);
|
| + this._watchExpressionsSetting = WebInspector.settings.createSetting("watchExpressions", []);
|
|
|
| this.registerRequiredCSS("components/objectValue.css");
|
| this.bodyElement.classList.add("vbox", "watch-expressions");
|
|
|