| Index: Source/core/events/CompositionEvent.h
|
| diff --git a/Source/core/events/CompositionEvent.h b/Source/core/events/CompositionEvent.h
|
| index 93e29790e243c4540a856fcb963695e33e7b9086..ca1b83ca32d44224a445a9e6e9c4534928cf50f8 100644
|
| --- a/Source/core/events/CompositionEvent.h
|
| +++ b/Source/core/events/CompositionEvent.h
|
| @@ -39,6 +39,7 @@ struct CompositionEventInit : UIEventInit {
|
| };
|
|
|
| class CompositionEvent FINAL : public UIEvent {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<CompositionEvent> create()
|
| {
|
|
|