| 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 97cbdbc48267974a0727539408e8e01282250c91..c19df52a55efd08925cbfd887af5ed5a68f9315c 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
|
| @@ -8,5 +8,5 @@
|
| Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
|
| Exposed=ServiceWorker,
|
| ] interface InstallEvent : ExtendableEvent {
|
| - [OriginTrialEnabled=ForeignFetch, CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options);
|
| + [OriginTrialEnabled=ForeignFetch, CallWith=ScriptState, RaisesException] void registerForeignFetch(ForeignFetchOptions options);
|
| };
|
|
|