| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| index 71ea34ea209af1e9c5a387a9242e16195e250a8d..cb6d28369901317fc4d37602c45aea726d5f3412 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl
|
| @@ -46,5 +46,5 @@
|
| attribute EventHandler onfetch;
|
| attribute EventHandler oninstall;
|
| attribute EventHandler onmessage;
|
| - [RuntimeEnabled=ForeignFetch] attribute EventHandler onforeignfetch;
|
| + [OriginTrialEnabled=ForeignFetch] attribute EventHandler onforeignfetch;
|
| };
|
|
|