| Index: Source/WebCore/html/shadow/DateTimeNumericFieldElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (revision 138416)
|
| +++ Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (working copy)
|
| @@ -78,12 +78,14 @@
|
| virtual String value() const OVERRIDE FINAL;
|
|
|
| String formatValue(int) const;
|
| + int typeAheadValue() const;
|
|
|
| DOMTimeStamp m_lastDigitCharTime;
|
| const String m_placeholder;
|
| const Range m_range;
|
| int m_value;
|
| bool m_hasValue;
|
| + mutable StringBuilder m_typeAheadBuffer;
|
| };
|
|
|
| } // namespace WebCore
|
|
|