Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-disable-enable.html
index 1b45633..b913bf1 100644 (file)
@@ -32,7 +32,7 @@ var test = function()
     {
         InspectorTest.addResult("Debugger disabled.");
         InspectorTest.addResult("Evaluating test function.");
-        InspectorTest.evaluateInConsole("testFunction()", step4);
+        InspectorTest.evaluateInPage("testFunction()", step4);
     }
 
     function step4()