Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-pause-in-eval-script.html
index b8938c7..36539fe 100644 (file)
@@ -16,7 +16,7 @@ var test = function()
 
     function step1()
     {
-        InspectorTest.evaluateInConsole(scriptToEvaluate, InspectorTest.addResult.bind(InspectorTest, "Evaluated script in console."));
+        InspectorTest.evaluateInPage(scriptToEvaluate, InspectorTest.addResult.bind(InspectorTest, "Evaluated script in console."));
         InspectorTest.waitUntilPaused(step2);
     }