| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-event-listeners.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-event-listeners.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-event-listeners.html
|
| index 36b0e1b8d51c2f370477e008e2791aa84771d5cd..487742d1801b88a960e65982e769ba2f75ea0cda 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-event-listeners.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-event-listeners.html
|
| @@ -13,7 +13,7 @@ function setMockOrientation(alpha, beta, gamma, absolute) {
|
| mockEvent = {alpha: alpha, beta: beta, gamma: gamma, absolute: absolute};
|
| if (window.testRunner)
|
| testRunner.setMockDeviceOrientation(
|
| - true, mockEvent.alpha, true, mockEvent.beta, true, mockEvent.gamma, true, mockEvent.absolute);
|
| + true, mockEvent.alpha, true, mockEvent.beta, true, mockEvent.gamma, mockEvent.absolute);
|
| else
|
| debug('This test can not be run without the TestRunner');
|
| }
|
|
|