| Index: LayoutTests/http/tests/serviceworker/extendable-event-waituntil.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/extendable-event-waituntil.html b/LayoutTests/http/tests/serviceworker/extendable-event-waituntil.html
|
| index 88d4cd5ea8db142264368174ce12199430a957f6..f6b9699a246af7b5f15f7643f8ed9b71ab56e7fd 100644
|
| --- a/LayoutTests/http/tests/serviceworker/extendable-event-waituntil.html
|
| +++ b/LayoutTests/http/tests/serviceworker/extendable-event-waituntil.html
|
| @@ -14,9 +14,8 @@ function runTest(test, scope, onRegister) {
|
| var script = 'resources/extendable-event-waituntil.js';
|
| service_worker_unregister_and_register(test, script, scope)
|
| .then(function(registration) {
|
| - return get_newest_worker(registration);
|
| - })
|
| - .then(test.step_func(onRegister));
|
| + onRegister(registration.installing);
|
| + });
|
| }
|
|
|
| function syncWorker(test, worker, obj) {
|
|
|