Index: Source/core/html/HTMLVideoElement.h |
diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h |
index 181b61f14d03f430a27e1062a248b36e1245629d..0c72faba4a6302963e2b249b9ab593673455ddf7 100644 |
--- a/Source/core/html/HTMLVideoElement.h |
+++ b/Source/core/html/HTMLVideoElement.h |
@@ -77,7 +77,7 @@ private: |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
virtual const AtomicString imageSourceURL() const OVERRIDE; |
- virtual bool hasAvailableVideoFrame() const; |
+ bool hasAvailableVideoFrame() const; |
virtual void updateDisplayState() OVERRIDE; |
virtual void didMoveToNewDocument(Document& oldDocument) OVERRIDE; |
virtual void setDisplayMode(DisplayMode) OVERRIDE; |