| Index: Source/WebCore/html/shadow/DateTimeEditElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeEditElement.h (revision 134890)
|
| +++ Source/WebCore/html/shadow/DateTimeEditElement.h (working copy)
|
| @@ -97,7 +97,7 @@
|
| void resetFields();
|
| void setEmptyValue(const LayoutParameters&, const DateComponents& dateForReadOnlyField);
|
| void setValueAsDate(const LayoutParameters&, const DateComponents&);
|
| - void setValueAsDateTimeFieldsState(const DateTimeFieldsState&, const DateComponents& dateForReadOnlyField);
|
| + void setValueAsDateTimeFieldsState(const DateTimeFieldsState&);
|
| void stepDown();
|
| void stepUp();
|
| String value() const;
|
|
|