| Index: Source/modules/serviceworkers/InstallEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h
|
| index 0573596ca0ed181661efaf9df5ee3a3700281be0..cb8ba828002949aceb3ec67f028d017ffdd3bba6 100644
|
| --- a/Source/modules/serviceworkers/InstallEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallEvent.h
|
| @@ -32,14 +32,14 @@
|
| #define InstallEvent_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "modules/serviceworkers/InstallPhaseEvent.h"
|
| +#include "modules/serviceworkers/ExtendableEvent.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| -class InstallEvent FINAL : public InstallPhaseEvent {
|
| +class InstallEvent FINAL : public ExtendableEvent {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<InstallEvent> create();
|
|
|