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