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