Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector-protocol / input / dispatchMouseEvent.html
index ce79dfa..296343e 100644 (file)
@@ -62,7 +62,7 @@ function test()
         }
     ];
 
-    InspectorTest.executeInPage("addListeners();", function() {
+    InspectorTest.evaluateInPage("addListeners();", function() {
         for (var i = 0; i < events.length; i++)
             InspectorTest.sendCommand("Input.dispatchMouseEvent", events[i], checkResponse.bind(undefined, i == events.length - 1));
     });