| Index: Source/devtools/front_end/Settings.js
|
| diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
|
| index 8162d32a64e84386ca7f49626c47ba76ad67eef9..9b5b31f761ed2832d74159fb576bcb54d4d5614b 100644
|
| --- a/Source/devtools/front_end/Settings.js
|
| +++ b/Source/devtools/front_end/Settings.js
|
| @@ -262,6 +262,7 @@ WebInspector.ExperimentsSettings = function()
|
| this.refreshFileSystemsOnFocus = this._createExperiment("refreshFileSystemsOnFocus", "Refresh file system folders on window focus");
|
| this.scrollBeyondEndOfFile = this._createExperiment("scrollBeyondEndOfFile", "Support scrolling beyond end of file");
|
| this.layersPanel = this._createExperiment("layersPanel", "Show Layers panel");
|
| + this.screencast = this._createExperiment("screencast", "Enable screencast");
|
|
|
| this._cleanUpSetting();
|
| }
|
|
|