Index: Source/core/html/shadow/ClearButtonElement.h |
diff --git a/Source/core/html/shadow/ClearButtonElement.h b/Source/core/html/shadow/ClearButtonElement.h |
index 47c91115e314ea7ffa2ddd74b4b4df3273404049..6acf100bc6ca81adbf5cdb74e7a866b9e7a023f0 100644 |
--- a/Source/core/html/shadow/ClearButtonElement.h |
+++ b/Source/core/html/shadow/ClearButtonElement.h |
@@ -48,8 +48,8 @@ public: |
private: |
ClearButtonElement(Document&, ClearButtonOwner&); |
virtual void detach(const AttachContext& = AttachContext()) OVERRIDE; |
- virtual bool isMouseFocusable() const { return false; } |
- virtual void defaultEventHandler(Event*); |
+ virtual bool isMouseFocusable() const OVERRIDE { return false; } |
+ virtual void defaultEventHandler(Event*) OVERRIDE; |
virtual bool isClearButtonElement() const OVERRIDE; |
ClearButtonOwner* m_clearButtonOwner; |