Index: Source/core/html/HTMLSummaryElement.h |
diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h |
index 45f14630a8607f10f5f0a13516f2fb38393b2614..1eebc5bc51c18e669097474786618b9b60bcb80a 100644 |
--- a/Source/core/html/HTMLSummaryElement.h |
+++ b/Source/core/html/HTMLSummaryElement.h |
@@ -36,12 +36,12 @@ public: |
private: |
explicit HTMLSummaryElement(Document&); |
- virtual RenderObject* createRenderer(RenderStyle*); |
- virtual void defaultEventHandler(Event*); |
+ virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE; |
+ virtual void defaultEventHandler(Event*) OVERRIDE; |
virtual void didAddUserAgentShadowRoot(ShadowRoot&) OVERRIDE; |
HTMLDetailsElement* detailsElement() const; |
- bool supportsFocus() const OVERRIDE; |
+ virtual bool supportsFocus() const OVERRIDE; |
}; |
DEFINE_NODE_TYPE_CASTS(HTMLSummaryElement, hasTagName(HTMLNames::summaryTag)); |