| Index: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/notimer-after-unload.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/notimer-after-unload.js b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/notimer-after-unload.js
|
| index 828f89185938f2a66913fde17f57a88ffb9befcd..41380e2d658d96f9f99829d9145eefa6cde86da7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/notimer-after-unload.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/notimer-after-unload.js
|
| @@ -1,7 +1,7 @@
|
| description("Tests that no timers will trigger for navigator.geolocation object after onunload.");
|
|
|
| -if (!window.testRunner || !window.mojo)
|
| - debug('This test can not run without testRunner or mojo');
|
| +if (!window.testRunner)
|
| + debug('This test can not run without testRunner');
|
|
|
| geolocationServiceMock.then(mock => {
|
| mock.setGeolocationPermission(true);
|
|
|