Index: third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl |
index fb2521d5b91174ba8b38d0103f4fd2b35659d002..a18e39d1c4be4acbb16e4033c154c1ab9142c4c9 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl |
+++ b/third_party/WebKit/Source/modules/serviceworkers/NavigationPreloadManager.idl |
@@ -5,7 +5,7 @@ |
// TODO(falken): Revise link when this lands in the spec: |
// https://github.com/w3c/ServiceWorker/issues/920 |
[ |
- OriginTrialEnabled=ServiceWorkerNavigationPreload, |
+ RuntimeEnabled=ServiceWorkerNavigationPreload, |
Exposed=(Window,Worker), |
] interface NavigationPreloadManager { |
// TODO(mgiuca): Put SecureContext on the interface, not individual methods. |