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