| Index: Source/modules/serviceworkers/InstallEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h
|
| index 4d54e5fc836549dbe935062480c4c610228f8158..0573596ca0ed181661efaf9df5ee3a3700281be0 100644
|
| --- a/Source/modules/serviceworkers/InstallEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallEvent.h
|
| @@ -40,6 +40,7 @@ namespace blink {
|
| class ExecutionContext;
|
|
|
| class InstallEvent FINAL : public InstallPhaseEvent {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<InstallEvent> create();
|
| static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, WaitUntilObserver*);
|
|
|