Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / profiler / webgl / webgl-get-resource-state-buffer-data.html
index 477a41c..e4bb531 100644 (file)
@@ -49,7 +49,7 @@ function test()
     InspectorTest.enableCanvasAgent(step1);
     function step1()
     {
-        InspectorTest.evaluateInConsole("createCanvasContext()", step2);
+        InspectorTest.evaluateInPage("createCanvasContext()", step2);
     }
     function step2()
     {
@@ -60,7 +60,7 @@ function test()
         InspectorTest.assertTrue(!error && !!id, "Unexpected error: " + error);
         InspectorTest.addResult("\nStarted capturing.");
         traceLogId = id;
-        InspectorTest.evaluateInConsole("doCanvasCalls()", didCanvasCalls);
+        InspectorTest.evaluateInPage("doCanvasCalls()", didCanvasCalls);
     }
     function didCanvasCalls()
     {