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..72f7d0ddff60c572e60e8960839ad5e955e49f82 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; |
}; |