Index: Source/core/html/HTMLDetailsElement.h |
diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h |
index c3ab596be8b72ccc0c8f518131601ba5ea0f9ca5..1bcf1d2f533e66ab0681eff8339739531b43c245 100644 |
--- a/Source/core/html/HTMLDetailsElement.h |
+++ b/Source/core/html/HTMLDetailsElement.h |
@@ -35,7 +35,7 @@ public: |
private: |
explicit HTMLDetailsElement(Document&); |
- virtual RenderObject* createRenderer(RenderStyle*); |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE; |
virtual bool isInteractiveContent() const OVERRIDE; |