Index: Source/core/html/track/TextTrackCueList.cpp |
diff --git a/Source/core/html/track/TextTrackCueList.cpp b/Source/core/html/track/TextTrackCueList.cpp |
index 5312cd9c19988dcd9a591b51cdea5e37dbb415d1..1f5a183766692342979850df6506af86515b0222 100644 |
--- a/Source/core/html/track/TextTrackCueList.cpp |
+++ b/Source/core/html/track/TextTrackCueList.cpp |
@@ -34,6 +34,8 @@ TextTrackCueList::TextTrackCueList() |
ScriptWrappable::init(this); |
} |
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TextTrackCueList); |
+ |
unsigned long TextTrackCueList::length() const |
{ |
return m_list.size(); |
@@ -149,4 +151,3 @@ void TextTrackCueList::trace(Visitor* visitor) |
} |
} // namespace blink |
- |