| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
|
| index e1d7e8940d7d3750f9102670415baaee8996c4cf..c61adc7ed116fd402378f6133db269caab86e68d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/page-visibility.html
|
| @@ -45,7 +45,7 @@ function deviceOrientationListener(event) {
|
| }
|
|
|
| if (window.testRunner)
|
| - testRunner.setMockDeviceOrientation(true, 1, true, 2, true, 3, true, true);
|
| + testRunner.setMockDeviceOrientation(true, 1, true, 2, true, 3, true);
|
|
|
| debug("* Page is visible");
|
| window.addEventListener('deviceorientation', deviceOrientationListener);
|
|
|