Index: Source/devtools/front_end/main/Main.js |
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js |
index 71fb2ff6e946f9fa6a78ec6b158b395253b570a1..dff0738abd506bd34247123e9dcd965c004f4020 100644 |
--- a/Source/devtools/front_end/main/Main.js |
+++ b/Source/devtools/front_end/main/Main.js |
@@ -183,6 +183,7 @@ WebInspector.Main.prototype = { |
_initializeExperiments: function() |
{ |
+ Runtime.experiments.register("animationInspection", "Animation Inspection", true); |
Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes"); |
Runtime.experiments.register("canvasInspection", "Canvas inspection"); |
Runtime.experiments.register("devicesPanel", "Devices panel"); |