| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
|
| index 8e0897b268eac30ba590746368d3d3222d5723c0..de8ad609c9aa7953f4056831eca391134c804c90 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/multiple-frames.html
|
| @@ -7,7 +7,7 @@ description('Tests using DeviceOrientation from multiple frames.');
|
|
|
| var mockEvent = {alpha: 1.1, beta: 2.2, gamma: 3.3, absolute: true};
|
| 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');
|
|
|
|
|