Index: Source/core/html/track/TextTrackList.cpp |
diff --git a/Source/core/html/track/TextTrackList.cpp b/Source/core/html/track/TextTrackList.cpp |
index deec1bad36f9d245674eaa5331edf456065976f2..c71d92f1544a67f8e63983ebd51bafcec61a6852 100644 |
--- a/Source/core/html/track/TextTrackList.cpp |
+++ b/Source/core/html/track/TextTrackList.cpp |
@@ -324,7 +324,7 @@ HTMLMediaElement* TextTrackList::owner() const |
return m_owner; |
} |
-void TextTrackList::trace(Visitor* visitor) |
+DEFINE_TRACE(TextTrackList) |
{ |
visitor->trace(m_owner); |
visitor->trace(m_asyncEventQueue); |