Index: third_party/WebKit/Source/core/html/HTMLInputElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
index 8dd5bd26af347e0d0bd7f2f469f3b81af6cadd03..f10e37ac5b88afd2e8a51fb87ecf40385bf45735 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
@@ -112,7 +112,7 @@ public: |
String value() const override; |
void setValue(const String&, ExceptionState&, TextFieldEventBehavior = DispatchNoEvent); |
- void setValue(const String&, TextFieldEventBehavior = DispatchNoEvent); |
+ void setValue(const String&, TextFieldEventBehavior = DispatchNoEvent) override; |
void setValueForUser(const String&); |
// Checks if the specified string would be a valid value. |
// We should not call this for types with no string value such as CHECKBOX and RADIO. |