summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/Settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/inspector/front-end/Settings.js')
-rw-r--r--Source/WebCore/inspector/front-end/Settings.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/inspector/front-end/Settings.js b/Source/WebCore/inspector/front-end/Settings.js
index ba0b266a2..963d1f0ea 100644
--- a/Source/WebCore/inspector/front-end/Settings.js
+++ b/Source/WebCore/inspector/front-end/Settings.js
@@ -188,7 +188,6 @@ WebInspector.ExperimentsSettings = function()
this.liveNativeMemoryChart = this._createExperiment("liveNativeMemoryChart", "Live native memory chart");
this.fileSystemInspection = this._createExperiment("fileSystemInspection", "FileSystem inspection");
this.mainThreadMonitoring = this._createExperiment("mainThreadMonitoring", "Show CPU activity in Timeline");
- this.searchReplace = this._createExperiment("searchReplace", "Search / Replace");
this._cleanUpSetting();
}