Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / profiler / canvas2d / canvas-replay-log-grid.html
index 613719d..62427ea 100644 (file)
@@ -36,8 +36,7 @@ function doSomeCanvasCalls(repeats)
 function test()
 {
     // FIXME: Remove once taken out of experiments. Also a hack below should be removed.
-    WebInspector.experimentsSettings.canvasInspection = {};
-    WebInspector.experimentsSettings.canvasInspection.isEnabled = function() { return true; };
+    Runtime.experiments.enableForTest("canvasInspection");
 
     WebInspector.inspectorView.showPanel("profiles");
     var profilesPanel = WebInspector.panels.profiles;