Index: Source/core/html/HTMLAudioElement.h |
diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h |
index 92ec429d9395dcdd8022e04a1f830c595f91667c..fc97df42c1fa2b61281f82b37184a26c98da4a44 100644 |
--- a/Source/core/html/HTMLAudioElement.h |
+++ b/Source/core/html/HTMLAudioElement.h |
@@ -38,6 +38,8 @@ public: |
static PassRefPtrWillBeRawPtr<HTMLAudioElement> create(Document&); |
static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src); |
+ virtual bool isHTMLAudioElement() const OVERRIDE { return true; } |
+ |
private: |
HTMLAudioElement(Document&); |
}; |