| Index: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
| index 534fc7bb7f88dbbcd0b45a7c5b4fe3c2c7965356..f0c3b2422fbc4e02a0b1cddc9a943d60e9b3ffcf 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
| @@ -7,7 +7,7 @@
|
| [
|
| Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
|
| Exposed=ServiceWorker,
|
| - RuntimeEnabled=ForeignFetch,
|
| + OriginTrialEnabled=ForeignFetch,
|
| ] interface InstallEvent : ExtendableEvent {
|
| [CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options);
|
| };
|
|
|