Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/script-tests/notimer-after-unload.js

Issue 2642873002: Moves mojo.define -> gin.define. (Closed)
Patch Set: rebaseline Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698