Index: Source/core/html/forms/TypeAhead.h |
diff --git a/Source/core/html/forms/TypeAhead.h b/Source/core/html/forms/TypeAhead.h |
index 77ec9971a4190f7d956acadb630fb8dcec1f52ff..fd71c960b0120ea6c6f4f98ff92827da0dea6659 100644 |
--- a/Source/core/html/forms/TypeAhead.h |
+++ b/Source/core/html/forms/TypeAhead.h |
@@ -60,6 +60,8 @@ public: |
// Returns the index for the matching option. |
int handleEvent(KeyboardEvent*, MatchModeFlags); |
bool hasActiveSession(KeyboardEvent*); |
+ void resetSession(); |
+ |
private: |
TypeAheadDataSource* m_dataSource; |
DOMTimeStamp m_lastTypeTime; |