| Index: third_party/WebKit/Source/devtools/front_end/common/Settings.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/common/Settings.js b/third_party/WebKit/Source/devtools/front_end/common/Settings.js
|
| index 6944a294f6c158b9c92f5c5ad68de6ceca345690..7869c34aa7fef76197adf7a32e34939472bf0ac7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/common/Settings.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/common/Settings.js
|
| @@ -266,7 +266,7 @@ WebInspector.Setting.prototype = {
|
| try {
|
| this._value = JSON.parse(this._storage.get(this._name));
|
| } catch(e) {
|
| - this.remove();
|
| + this._storage.remove(this._name);
|
| }
|
| }
|
| return this._value;
|
|
|