Index: Source/core/html/HTMLAudioElement.h |
diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h |
index c88903dba421255d1ecc6998e3d695e839b4cba4..4323c437162f564dd677830cfc44007b577c7cd0 100644 |
--- a/Source/core/html/HTMLAudioElement.h |
+++ b/Source/core/html/HTMLAudioElement.h |
@@ -38,6 +38,8 @@ public: |
static PassRefPtr<HTMLAudioElement> create(const QualifiedName&, Handle<Document>, bool); |
static PassRefPtr<HTMLAudioElement> createForJSConstructor(Handle<Document>, const String& src); |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
HTMLAudioElement(const QualifiedName&, Handle<Document>, bool); |