Index: Source/core/html/HTMLTrackElement.h |
diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h |
index f27375fcf6544ca42e361490a76785708d0361bb..c911fec9f5c3b5355af5dc5521494cd732db2ab0 100644 |
--- a/Source/core/html/HTMLTrackElement.h |
+++ b/Source/core/html/HTMLTrackElement.h |
@@ -66,6 +66,8 @@ public: |
const AtomicString& mediaElementCrossOriginAttribute() const; |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
HTMLTrackElement(const QualifiedName&, Handle<Document>); |
virtual ~HTMLTrackElement(); |