Index: Source/core/html/track/TextTrack.h |
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h |
index 670be8eba5fe0c83cc384795b2f67536130a4575..3be6bdf469a911933cdd40ca31c80e4a72a2c778 100644 |
--- a/Source/core/html/track/TextTrack.h |
+++ b/Source/core/html/track/TextTrack.h |
@@ -46,7 +46,8 @@ class VTTRegion; |
class VTTRegionList; |
class TextTrack : public TrackBase, public ScriptWrappable, public EventTargetWithInlineData { |
- DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedWillBeRefCountedGarbageCollected<TrackBase>); |
+ REFCOUNTED_EVENT_TARGET(TrackBase); |
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextTrack); |
public: |
static PassRefPtrWillBeRawPtr<TextTrack> create(Document& document, const AtomicString& kind, const AtomicString& label, const AtomicString& language) |
{ |