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 3b99307404113acf1dcba2594accc085e05d92ec..126022a6a250f2a4b058ff0b1b7a7463eaa2bc3d 100644 |
--- a/Source/devtools/front_end/common/Settings.js |
+++ b/Source/devtools/front_end/common/Settings.js |
@@ -90,6 +90,7 @@ WebInspector.Settings = function() |
this.pauseOnExceptionEnabled = this.createSetting("pauseOnExceptionEnabled", false); |
this.pauseOnCaughtException = this.createSetting("pauseOnCaughtException", false); |
this.enableAsyncStackTraces = this.createSetting("enableAsyncStackTraces", false); |
+ this.responsiveDesignMode = this.createSetting("responsiveDesignMode", false); |
} |
WebInspector.Settings.prototype = { |