Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/serviceworker/interfaces.html

Issue 1194813003: Service Worker: Remove ServiceWorker.terminate() method (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/serviceworker/interfaces.html
diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html
index 33ac472715646a41a547f9e1c8c568bba2a58738..22aecefd4356a8e5611b726b095ab535e1a677b1 100644
--- a/LayoutTests/http/tests/serviceworker/interfaces.html
+++ b/LayoutTests/http/tests/serviceworker/interfaces.html
@@ -39,7 +39,6 @@ async_test(function(t) {
{
scriptURL: 'string',
state: 'string',
- terminate: 'function',
onstatechange: EVENT_HANDLER
});
return registration.unregister();

Powered by Google App Engine