| Index: LayoutTests/http/tests/serviceworker/registration-end-to-end.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/registration-end-to-end.html b/LayoutTests/http/tests/serviceworker/registration-end-to-end.html
|
| index d04a8cfb6c5c17382a0ea4a0cadfd27768dee838..94dd3bc09c851db9fa032df74d7b0f825e9f016c 100644
|
| --- a/LayoutTests/http/tests/serviceworker/registration-end-to-end.html
|
| +++ b/LayoutTests/http/tests/serviceworker/registration-end-to-end.html
|
| @@ -22,7 +22,7 @@ t.step(function() {
|
| };
|
|
|
| service_worker_unregister_and_register(
|
| - t, 'resources/end-to-end-worker.js', scope, onRegister);
|
| + t, 'resources/end-to-end-worker.js', scope).then(t.step_func(onRegister));
|
|
|
| function sendMessagePort(worker, from) {
|
| var messageChannel = new MessageChannel();
|
|
|