| Index: Source/devtools/front_end/Settings.js
|
| diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
|
| index f995d6d4d73b10724010c31028835d57a08edd2c..8e7e4772b74a91f2cfac724c28f7f37e27fdef99 100644
|
| --- a/Source/devtools/front_end/Settings.js
|
| +++ b/Source/devtools/front_end/Settings.js
|
| @@ -117,6 +117,8 @@ WebInspector.Settings = function()
|
| this.screencastSidebarWidth = this.createSetting("screencastSidebarWidth", 300);
|
| this.showEmulationViewInDrawer = this.createSetting("showEmulationViewInDrawer", true);
|
| this.showRenderingViewInDrawer = this.createSetting("showRenderingViewInDrawer", true);
|
| + this.enableAsyncStackTraces = this.createSetting("enableAsyncStackTraces", false);
|
| + this.maxAsyncStackTraceDepth = this.createSetting("maxAsyncStackTraceDepth", 4);
|
| }
|
|
|
| WebInspector.Settings.prototype = {
|
|
|