Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / profiler / canvas2d / canvas2d-profiler-capturing-basics.html
index cf52b70..8f35e2a 100644 (file)
@@ -271,11 +271,11 @@ function test()
     InspectorTest.enableCanvasAgent(step1);
     function step1()
     {
-        InspectorTest.evaluateInConsole("createAndRunCanvas2DProgram()", step2);
+        InspectorTest.evaluateInPage("createAndRunCanvas2DProgram()", step2);
     }
     function step2(error)
     {
-        InspectorTest.assertEquals("\"SUCCESS\"", error);
+        InspectorTest.assertEquals("SUCCESS", error.description);
         InspectorTest.completeTest();
     }
 }