| Index: Source/devtools/front_end/common/Settings.js
|
| diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js
|
| index 52b2b4bc71d927518caf3141f5a729ca1735c2da..5f0a1a601bdf9b3b3f9351f50eeafe15bc0b5842 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -90,7 +90,6 @@ WebInspector.Settings = function()
|
| this.pauseOnExceptionEnabled = this.createSetting("pauseOnExceptionEnabled", false);
|
| this.pauseOnCaughtException = this.createSetting("pauseOnCaughtException", false);
|
| this.enableAsyncStackTraces = this.createSetting("enableAsyncStackTraces", false);
|
| - this.responsiveDesignEnabled = this.createSetting("responsiveDesignEnabled", true);
|
| }
|
|
|
| WebInspector.Settings.prototype = {
|
|
|