Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index f50505b4d0744f3d214fef5f83a212861f975713..014db90ee80fb974cfc1578b1b43426ea9c50523 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -68,6 +68,8 @@ public: |
KURL posterImageURL() const; |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
HTMLVideoElement(const QualifiedName&, Handle<Document>, bool); |