Index: third_party/WebKit/Source/devtools/front_end/main/Main.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
index eb7fcc5d43cba79e1a634973863f2e198d52be6c..f5f958455e0f52235f6083ca3bcc9928805a646d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
@@ -96,6 +96,7 @@ WebInspector.Main.prototype = { |
Runtime.experiments.register("resolveVariableNames", "Resolve variable names"); |
Runtime.experiments.register("timelineShowAllEvents", "Show all events on Timeline", true); |
Runtime.experiments.register("securityPanel", "Security panel"); |
+ Runtime.experiments.register("shadowEditor", "Shadow editor", true); |
Runtime.experiments.register("sourceDiff", "Source diff"); |
Runtime.experiments.register("timelineFlowEvents", "Timeline flow events", true); |
Runtime.experiments.register("timelineInvalidationTracking", "Timeline invalidation tracking", true); |