Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/activation.html

Issue 2190853003: ServiceWorker: Unregister SW after finishing activation.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
})
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698