| Index: Source/WebCore/html/shadow/DateTimeFieldElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeFieldElement.h (revision 141200)
|
| +++ Source/WebCore/html/shadow/DateTimeFieldElement.h (working copy)
|
| @@ -87,6 +87,7 @@
|
| AtomicString localeIdentifier() const;
|
| void updateVisibleValue(EventBehavior);
|
| virtual int valueAsInteger() const = 0;
|
| + virtual int valueForARIAValueNow() const;
|
|
|
| private:
|
| void defaultKeyboardEventHandler(KeyboardEvent*);
|
|
|