Index: LayoutTests/inspector-protocol/input/dispatchMouseEvent.html |
diff --git a/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html b/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html |
index ce79dfa385096fcaf7b20a85cc00140b6d946651..296343e796bb9ed8601ef3c650fc6d243f2d1f78 100644 |
--- a/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html |
+++ b/LayoutTests/inspector-protocol/input/dispatchMouseEvent.html |
@@ -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)); |
}); |