| Index: Source/core/events/TransitionEvent.h
|
| diff --git a/Source/core/events/TransitionEvent.h b/Source/core/events/TransitionEvent.h
|
| index 035fc8a33f04a07c12d7a88781e8e74bf97f830c..9e3076ca99ae9d69056feafd87961c00a88002a1 100644
|
| --- a/Source/core/events/TransitionEvent.h
|
| +++ b/Source/core/events/TransitionEvent.h
|
| @@ -40,6 +40,7 @@ struct TransitionEventInit : public EventInit {
|
| };
|
|
|
| class TransitionEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<TransitionEvent> create()
|
| {
|
| @@ -77,4 +78,3 @@ private:
|
| } // namespace blink
|
|
|
| #endif // TransitionEvent_h
|
| -
|
|
|