| 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 e8f4551dcbe0d43b6f28ab6ecae7cd06f0253697..8f3bde7eb257483a8191f2992248da8ec6591b66 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| @@ -5,6 +5,7 @@
|
| // https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#fetch-event-interface
|
| [
|
| Constructor(DOMString type, FetchEventInit eventInitDict),
|
| + ConstructorCallWith=ScriptState,
|
| Exposed=ServiceWorker,
|
| ] interface FetchEvent : ExtendableEvent {
|
| [SameObject] readonly attribute Request request;
|
|
|