| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
|
| index ac3913346d88b95e2a0fd202f8ac94a711bdacf8..41f834f7dfeda8b7277b525d3b89556441447cc4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/add-listener-from-callback.html
|
| @@ -11,7 +11,7 @@ var mockGamma = 3.3;
|
| var mockAbsolute = true;
|
|
|
| if (window.testRunner)
|
| - testRunner.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma, true, mockAbsolute);
|
| + testRunner.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma, mockAbsolute);
|
| else
|
| debug('This test can not be run without the TestRunner');
|
|
|
|
|