| Index: Source/modules/push_messaging/PushEvent.h
|
| diff --git a/Source/modules/push_messaging/PushEvent.h b/Source/modules/push_messaging/PushEvent.h
|
| index b1e26a89437b27df054fd6f7735b73288ff27f23..8e9670ec27f16e839f605c31961dc88ee5858c8b 100644
|
| --- a/Source/modules/push_messaging/PushEvent.h
|
| +++ b/Source/modules/push_messaging/PushEvent.h
|
| @@ -19,6 +19,7 @@ struct PushEventInit : public EventInit {
|
| };
|
|
|
| class PushEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<PushEvent> create()
|
| {
|
|
|