| Index: third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| index 3d76d24dbf73f327a4b1de371b20017bd5efbb0f..5be67c4600d33dc0c2c63a669d8b26fc9587640e 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| @@ -4,6 +4,8 @@
|
|
|
| // https://w3c.github.io/ServiceWorker/#fetch-event-interface
|
| [
|
| + ActiveScriptWrappable,
|
| + DependentLifetime,
|
| Constructor(DOMString type, FetchEventInit eventInitDict),
|
| ConstructorCallWith=ScriptState,
|
| Exposed=ServiceWorker,
|
|
|