| Index: Source/devtools/front_end/Settings.js
|
| diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
|
| index 15cb7f1173f22d9e6e62d4f5afda784d20b9e03e..0a67b0a2fe5c12b893b61028daef0206281b2d19 100644
|
| --- a/Source/devtools/front_end/Settings.js
|
| +++ b/Source/devtools/front_end/Settings.js
|
| @@ -210,6 +210,7 @@ WebInspector.ExperimentsSettings = function()
|
| this.tethering = this._createExperiment("tethering", "Enable port forwarding");
|
| this.drawerOverlay = this._createExperiment("drawerOverlay", "Open console as overlay");
|
| this.heapObjectsTracking = this._createExperiment("heapObjectsTracking", "Enable heap objects tracking profile type");
|
| + this.textEditorAutocomplete = this._createExperiment("textEditorAutocomplete", "Enable text editor autocompletion");
|
|
|
| this._cleanUpSetting();
|
| }
|
|
|