| Index: Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.cpp (revision 141200)
|
| +++ Source/WebCore/html/shadow/DateTimeSymbolicFieldElement.cpp (working copy)
|
| @@ -132,6 +132,12 @@
|
| return m_selectedIndex;
|
| }
|
|
|
| +int DateTimeSymbolicFieldElement::valueForARIAValueNow() const
|
| +{
|
| + // Synchronize with minimum/maximum adjustment in initialize().
|
| + return m_selectedIndex + 1;
|
| +}
|
| +
|
| String DateTimeSymbolicFieldElement::visibleEmptyValue() const
|
| {
|
| return m_visibleEmptyValue;
|
|
|