| 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 8f3bde7eb257483a8191f2992248da8ec6591b66..9cf52d2e837f0ad1aa292580186c8645f6a50439 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.idl
|
| @@ -13,4 +13,5 @@
|
| readonly attribute boolean isReload;
|
|
|
| [CallWith=ScriptState, RaisesException] void respondWith(Promise<Response> r);
|
| + [RuntimeEnabled=ServiceWorkerNavigationPreload, CallWith=ScriptState] readonly attribute Promise<Response>? navigationPreload;
|
| };
|
|
|