Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index 402f3ea659fc2be47a416eb8d84cf4f5cc59b371..e57ddaa1f490f0d945fa7336767fb91a00e66ef6 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -85,6 +85,8 @@ public: |
virtual FloatSize sourceSize() const OVERRIDE; |
virtual const KURL& sourceURL() const OVERRIDE { return currentSrc(); } |
+ virtual bool isHTMLVideoElement() const OVERRIDE { return true; } |
+ |
private: |
HTMLVideoElement(Document&); |