| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
|
| index abbc27c5f0a5008b90c2fbbfb938ea9dcc1e16b7..c7b600f3ed707d678d32ff38ca64af48ab82f998 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/updates.html
|
| @@ -9,7 +9,7 @@ var mockEvent;
|
| 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);
|
| + testRunner.setMockDeviceOrientation(true, mockEvent.alpha, true, mockEvent.beta, true, mockEvent.gamma, mockEvent.absolute);
|
| else
|
| debug('This test can not be run without the TestRunner');
|
| }
|
|
|