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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility.html

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/watchPosition-page-visibility.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility.html
index 125affd1ccec319f94da9621dbd43c925e3560f3..505de6f34c8fee260e9f5cb1195fb6602152f291 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/watchPosition-page-visibility.html
@@ -10,8 +10,8 @@
description("Tests that watchPosition does not report position changes when the page is not visible.");
window.jsTestIsAsync = true;
-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');
var position;
var error;

Powered by Google App Engine
This is Rietveld 408576698