| Index: Source/core/css/FontFaceSetLoadEvent.h
|
| diff --git a/Source/core/css/FontFaceSetLoadEvent.h b/Source/core/css/FontFaceSetLoadEvent.h
|
| index c914ec2ddd96185baa19900dd276cda888cfeaf8..20bea801ebc2aa6a40d96826028e15939eb8839a 100644
|
| --- a/Source/core/css/FontFaceSetLoadEvent.h
|
| +++ b/Source/core/css/FontFaceSetLoadEvent.h
|
| @@ -44,6 +44,7 @@ struct FontFaceSetLoadEventInit : public EventInit {
|
| };
|
|
|
| class FontFaceSetLoadEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<FontFaceSetLoadEvent> create()
|
| {
|
|
|