Index: Source/WebCore/html/shadow/DateTimeNumericFieldElement.h |
=================================================================== |
--- Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (revision 141196) |
+++ Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (working copy) |
@@ -71,7 +71,7 @@ |
virtual int maximum() const OVERRIDE FINAL; |
virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL; |
virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE; |
- virtual int valueAsInteger() const OVERRIDE; |
+ virtual int valueAsInteger() const OVERRIDE FINAL; |
virtual String visibleValue() const OVERRIDE FINAL; |
private: |