Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / profiler / cpu-profiler-save-load.html
index 32359c4..7ca207b 100644 (file)
@@ -85,7 +85,7 @@ function test()
             }
             InspectorTest.showProfileWhenAdded("manual");
             InspectorTest.waitUntilProfileViewIsShown("manual", waitForTempFile.bind(this));
-            InspectorTest.evaluateInConsole("pageFunction()", function done() {});
+            InspectorTest.evaluateInPage("pageFunction()", function done() {});
         },
 
         function testLoad(next)