Index: Source/WebCore/html/shadow/DateTimeNumericFieldElement.h |
=================================================================== |
--- Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (revision 134890) |
+++ Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (working copy) |
@@ -62,7 +62,7 @@ |
// DateTimeFieldElement functions. |
virtual bool hasValue() const OVERRIDE FINAL; |
virtual int maximum() const OVERRIDE FINAL; |
- virtual void setEmptyValue(const DateComponents& dateForReadOnlyField, EventBehavior = DispatchNoEvent) OVERRIDE FINAL; |
+ virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL; |
virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE; |
virtual int valueAsInteger() const OVERRIDE; |
virtual String visibleValue() const OVERRIDE FINAL; |