| Index: LayoutTests/http/tests/geofencing/resources/worker.js
|
| diff --git a/LayoutTests/http/tests/geofencing/resources/worker.js b/LayoutTests/http/tests/geofencing/resources/worker.js
|
| index d48c15f428207d16228b803c78bf8469656a0277..9fe7088999d1717780c9972a6a4a79eae6c55595 100644
|
| --- a/LayoutTests/http/tests/geofencing/resources/worker.js
|
| +++ b/LayoutTests/http/tests/geofencing/resources/worker.js
|
| @@ -1,4 +1,5 @@
|
| -importScripts('../../serviceworker/resources/worker-test-harness.js');
|
| +importScripts('../../serviceworker/resources/worker-testharness.js');
|
| +importScripts('../../resources/testharness-helpers.js');
|
|
|
| promise_test(function(test) {
|
| return navigator.geofencing.registerRegion(
|
|
|