| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| index adea0c308b72e773df88a469ea6d7e56be83029b..d25a82c53289e5b46ce77b286ccbbd78b196345e 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| @@ -11,7 +11,7 @@
|
| readonly attribute ServiceWorker? installing;
|
| readonly attribute ServiceWorker? waiting;
|
| readonly attribute ServiceWorker? active;
|
| - [OriginTrialEnabled=ServiceWorkerNavigationPreload] readonly attribute NavigationPreloadManager navigationPreload;
|
| + [RuntimeEnabled=ServiceWorkerNavigationPreload] readonly attribute NavigationPreloadManager navigationPreload;
|
|
|
| readonly attribute USVString scope;
|
|
|
|
|