| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/activation.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/activation.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/activation.html
|
| index 61e5060dbd205d2d78d7b8c387f9d1f473bd80f1..fd52c80e51881a0104bc3fe195f6db98d0eec3f2 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/activation.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/activation.html
|
| @@ -52,7 +52,7 @@ function setup_activation_test(t, scope, worker_url) {
|
| })
|
| .then(r => {
|
| registration = r;
|
| - add_result_callback(() => registration.unregister);
|
| + add_result_callback(() => registration.unregister());
|
|
|
| return wait_for_state(t, r.installing, 'activated');
|
| })
|
|
|