| Index: Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (revision 134890)
|
| +++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.h (working copy)
|
| @@ -40,7 +40,7 @@
|
| DateTimeSymbolicFieldElement(Document*, FieldOwner&, const Vector<String>&);
|
| size_t symbolsSize() const { return m_symbols.size(); }
|
| virtual bool hasValue() 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 FINAL;
|
| virtual int valueAsInteger() const OVERRIDE FINAL;
|
|
|
|
|