| Index: Source/core/css/FontFaceSet.h
|
| diff --git a/Source/core/css/FontFaceSet.h b/Source/core/css/FontFaceSet.h
|
| index f03c3c10eb1b4210020b9aaa0ec52099f86794a5..9209cf110d8218d06ada862d3362050db864b395 100644
|
| --- a/Source/core/css/FontFaceSet.h
|
| +++ b/Source/core/css/FontFaceSet.h
|
| @@ -63,7 +63,7 @@ class FontFaceSet final : public EventTargetWithInlineData, public HeapSupplemen
|
| typedef HeapSupplement<Document> SupplementType;
|
| #else
|
| class FontFaceSet final : public EventTargetWithInlineData, public RefCountedSupplement<Document, FontFaceSet>, public ActiveDOMObject {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING(RefCounted<FontFaceSet>);
|
| + REFCOUNTED_EVENT_TARGET(FontFaceSet);
|
| typedef RefCountedSupplement<Document, FontFaceSet> SupplementType;
|
| #endif
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|