Index: Source/core/html/HTMLEmbedElement.h |
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h |
index 97f5deed70a3c095c070160d0e27c104b3a2acbe..b5a8956dd84293e419e8f0b8993d58139a5d7553 100644 |
--- a/Source/core/html/HTMLEmbedElement.h |
+++ b/Source/core/html/HTMLEmbedElement.h |
@@ -40,7 +40,7 @@ private: |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; |
- virtual bool rendererIsNeeded(const RenderStyle&); |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
virtual const AtomicString imageSourceURL() const OVERRIDE; |