| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/reentrant-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/reentrant-success.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/reentrant-success.js
|
| index 95a3daacaed4c23621574253691fa90717391534..091e5a6cadc2962237eaea4e9295a705b1e0375b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/reentrant-success.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/reentrant-success.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 => {
|
|
|