| 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 ef052c75798ad052837e4ccc2760527ff6e91bfb..3d76d24dbf73f327a4b1de371b20017bd5efbb0f 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> preloadResponse;
|
| + [RuntimeEnabled=ServiceWorkerNavigationPreload, CallWith=ScriptState] readonly attribute Promise<any> preloadResponse;
|
| };
|
|
|