| Index: LayoutTests/http/tests/serviceworker/interfaces.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html
|
| index 4967ad7c0c8cf87e3fa17eda08edfff6997bb5df..2d133588f601c097aee576dad46e3cf4298631db 100644
|
| --- a/LayoutTests/http/tests/serviceworker/interfaces.html
|
| +++ b/LayoutTests/http/tests/serviceworker/interfaces.html
|
| @@ -42,6 +42,7 @@ async_test(function(t) {
|
| {
|
| scriptURL: 'string',
|
| state: 'string',
|
| + terminate: 'function',
|
| onstatechange: EVENT_HANDLER
|
| });
|
| return registration.unregister();
|
|
|