Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Unified Diff: Source/core/css/FontFaceSet.h

Issue 1163253003: Clean up macros around DEFINE_EVENT_TARGET_REFCOUNTING (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/MediaQueryList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | Source/core/css/MediaQueryList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698