Index: Source/devtools/front_end/Settings.js |
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js |
index 0529431a51f2e126c1e3ed4c30e3c48fd69c97d4..b7c03b7cdd0a26610013c083171a718d15b72024 100644 |
--- a/Source/devtools/front_end/Settings.js |
+++ b/Source/devtools/front_end/Settings.js |
@@ -291,6 +291,7 @@ WebInspector.ExperimentsSettings = function() |
this.allocationProfiler = this._createExperiment("allocationProfiler", "Enable JavaScript heap allocation profiler"); |
this.asyncStackTraces = this._createExperiment("asyncStackTraces", "Enable support for async stack traces"); |
this.timelineFlameChart = this._createExperiment("timelineFlameChart", "Enable FlameChart mode in Timeline"); |
+ this.cssStyleSearch = this._createExperiment("cssStyleSearch", "Enable Styles search and Computed style filtering"); |
this._cleanUpSetting(); |
} |