| Index: Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.cpp (revision 134890)
|
| +++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.cpp (working copy)
|
| @@ -105,7 +105,7 @@
|
| return 1;
|
| }
|
|
|
| -void DateTimeSymbolicFieldElement::setEmptyValue(const DateComponents&, EventBehavior eventBehavior)
|
| +void DateTimeSymbolicFieldElement::setEmptyValue(EventBehavior eventBehavior)
|
| {
|
| m_selectedIndex = invalidIndex;
|
| updateVisibleValue(eventBehavior);
|
|
|