| Index: third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/resources/geolocation.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/resources/geolocation.html b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/resources/geolocation.html
|
| index 61d221e95d0284c52278e8959804db9fddd194c1..19daf0559bf9817ce5241fb5e2205a1294b8e0ab 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/resources/geolocation.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/powerfulFeatureRestrictions/resources/geolocation.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>Geolocation On A Secure Origin</title>
|
| <script src="/js-test-resources/mojo-helpers.js"></script>
|
| -<script src="/fast/dom/Geolocation/js-test-resources/geolocation-mock.js"></script>
|
| +<script src="/geolocation-api/js-test-resources/geolocation-mock.js"></script>
|
| <script>
|
| var mockLatitude = 51.478;
|
| var mockLongitude = -0.166;
|
|
|