Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/forms/TypeAhead.h |
| diff --git a/third_party/WebKit/Source/core/html/forms/TypeAhead.h b/third_party/WebKit/Source/core/html/forms/TypeAhead.h |
| index fd71c960b0120ea6c6f4f98ff92827da0dea6659..f5dea5ed5d91a5796b1a9b7155b050a9a53c27d7 100644 |
| --- a/third_party/WebKit/Source/core/html/forms/TypeAhead.h |
| +++ b/third_party/WebKit/Source/core/html/forms/TypeAhead.h |
| @@ -64,7 +64,7 @@ public: |
| private: |
| TypeAheadDataSource* m_dataSource; |
| - DOMTimeStamp m_lastTypeTime; |
| + double m_lastTypeTime; |
|
Rick Byers
2015/09/25 17:29:33
Can this be a DOMHighRestTimestamp to make it clea
majidvp
2015/09/29 14:21:31
This is not really a DOMHighResTimeStamp but the a
Rick Byers
2015/09/29 15:57:59
Thanks, makes sense. Adding the comment is good e
|
| UChar m_repeatingChar; |
| StringBuilder m_buffer; |
| }; |