Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index 6840f6a2e6fcda41655ebb2e831319fd24c4ba9a..511e5f79394fe1afe88cb8372a6832ba3044cf28 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -201,8 +201,8 @@ public: |
void dispatchSimulatedClickIfActive(KeyboardEvent*) const; |
// InputTypeView override |
- virtual bool shouldSubmitImplicitly(Event*) OVERRIDE; |
- virtual bool hasCustomFocusLogic() const OVERRIDE; |
+ virtual bool shouldSubmitImplicitly(Event*) override; |
+ virtual bool hasCustomFocusLogic() const override; |
virtual bool shouldDispatchFormControlChangeEvent(String&, String&); |