| Index: Source/modules/serviceworkers/InstallPhaseEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.h b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| index c6cf322e87b2118e45af03a58123ea20d0ff1e40..702e7b2a6a33edf621f275ac492ef9ba4ed5a344 100644
|
| --- a/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| @@ -39,6 +39,7 @@ namespace blink {
|
| class WaitUntilObserver;
|
|
|
| class InstallPhaseEvent : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<InstallPhaseEvent> create();
|
| static PassRefPtrWillBeRawPtr<InstallPhaseEvent> create(const AtomicString& type, const EventInit&, WaitUntilObserver*);
|
|
|