| Index: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
|
| index f7b18ef50df779b1452d1bbf7755c9abd656829a..29eda4c9c030317942579c6d8355b9d7d51325c3 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.h
|
| @@ -24,7 +24,7 @@ class MODULES_EXPORT InstallEvent : public ExtendableEvent {
|
|
|
| ~InstallEvent() override;
|
|
|
| - void registerForeignFetch(ExecutionContext*,
|
| + void registerForeignFetch(ScriptState*,
|
| const ForeignFetchOptions&,
|
| ExceptionState&);
|
|
|
|
|