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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/window-close-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html
index 89a9353084098e121a4ce9d034a61cbb8ec036a8..6436e34ef51c61320a57f595c1849c7b9ceba71b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Geolocation/window-close-crash.html
@@ -2,6 +2,8 @@
<html>
<head>
<script src="../../../resources/js-test.js"></script>
+<script src="../../../resources/mojo-helpers.js"></script>
+<script src="resources/geolocation-mock.js"></script>
</head>
<body>
<script src="script-tests/window-close-crash.js"></script>

Powered by Google App Engine
This is Rietveld 408576698