Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html |
index 612580ef5a39a07b659b33e6d34082a8b097f11e..f7ff86c5cc94eda8c3e0dfc74e1bfc7afb0d587f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/no-synchronous-events.html |
@@ -6,7 +6,7 @@ |
description('Tests that events are never fired synchronously from a call to window.addEventListener().'); |
if (window.testRunner) |
- testRunner.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3, true, true); |
+ testRunner.setMockDeviceOrientation(true, 1.1, true, 2.2, true, 3.3, true); |
else |
debug('This test can not be run without the TestRunner'); |