| Index: Source/core/html/shadow/DateTimeNumericFieldElement.h
|
| diff --git a/Source/core/html/shadow/DateTimeNumericFieldElement.h b/Source/core/html/shadow/DateTimeNumericFieldElement.h
|
| index e38e210369691c7de8bb79641fd35bd1720094f1..9b96fb54e3b59dab2978aec680db63a951ba41fe 100644
|
| --- a/Source/core/html/shadow/DateTimeNumericFieldElement.h
|
| +++ b/Source/core/html/shadow/DateTimeNumericFieldElement.h
|
| @@ -92,7 +92,6 @@ private:
|
| int roundDown(int) const;
|
| int typeAheadValue() const;
|
|
|
| - DOMTimeStamp m_lastDigitCharTime;
|
| const String m_placeholder;
|
| const Range m_range;
|
| const Range m_hardLimits;
|
|
|