| Index: Source/core/css/FontFaceSet.h
|
| diff --git a/Source/core/css/FontFaceSet.h b/Source/core/css/FontFaceSet.h
|
| index 46fa791fe7bd980a17928cff0de7531b9b64ca11..6a334872573e8352e4eb8dcb5990a4c14c69fd03 100644
|
| --- a/Source/core/css/FontFaceSet.h
|
| +++ b/Source/core/css/FontFaceSet.h
|
| @@ -66,6 +66,7 @@ class FontFaceSet FINAL : public RefCountedSupplement<Document, FontFaceSet>, pu
|
| DEFINE_EVENT_TARGET_REFCOUNTING(RefCounted<FontFaceSet>);
|
| typedef RefCountedSupplement<Document, FontFaceSet> SupplementType;
|
| #endif
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual ~FontFaceSet();
|
|
|
|
|