| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/timeout.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/timeout.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/timeout.js
|
| index e6f4e86ab03a3b89fcde569b4d195b31180453d7..cc640904de0c7575798529d778c7cf4e6e5fd073 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/timeout.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/timeout.js
|
| @@ -4,9 +4,6 @@ var mockLatitude = 51.478;
|
| var mockLongitude = -0.166;
|
| var mockAccuracy = 100.0;
|
|
|
| -if (!window.testRunner || !window.mojo)
|
| - debug('This test can not run without testRunner or mojo');
|
| -
|
| var position;
|
|
|
| geolocationServiceMock.then(mock => {
|
|
|