| Index: Source/modules/serviceworkers/InstallEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h
|
| index 6b5ff84a19bfe009594ef21a06b04ee846effbb3..cc2e615abaad90713746646978500f0462207bbb 100644
|
| --- a/Source/modules/serviceworkers/InstallEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallEvent.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| void replace();
|
|
|
| - ScriptPromise reloadAll(ExecutionContext*);
|
| + ScriptPromise reloadAll(ScriptState*);
|
|
|
| virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|
|
|