| Index: LayoutTests/http/tests/serviceworker/chromium/service-worker-gc.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc.html b/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc.html
|
| index d4236ac80d7cb56e8fd100c86840e46cad342bc6..a54ab5607b49919667644311483d1c5460786410 100644
|
| --- a/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc.html
|
| +++ b/LayoutTests/http/tests/serviceworker/chromium/service-worker-gc.html
|
| @@ -1,11 +1,12 @@
|
| <!DOCTYPE html>
|
| <script src="/js-test-resources/js-test.js"></script>
|
| +<script src="../resources/test-helpers.js"></script>
|
| <script>
|
| window.jsTestIsAsync = true;
|
| description('Test that ServiceWorker and ServiceWorkerRegistration are not garbage collected prematurely');
|
| var registrationObservation = null;
|
| var swObservation = null;
|
| -var scope = 'gc';
|
| +var scope = base_path() + '../resources/gc';
|
|
|
| if (!window.internals) {
|
| testFailed('This test requires internals.observeGC');
|
|
|