| Index: Source/core/html/forms/TypeAhead.h
|
| diff --git a/Source/core/html/forms/TypeAhead.h b/Source/core/html/forms/TypeAhead.h
|
| index 483e97c24511fdf8a67f0434c8adc3aba687c727..e6c5601f29e2e563a7c8c94d472693631e56a785 100644
|
| --- a/Source/core/html/forms/TypeAhead.h
|
| +++ b/Source/core/html/forms/TypeAhead.h
|
| @@ -57,7 +57,7 @@ public:
|
|
|
| // Returns the index for the matching option.
|
| int handleEvent(KeyboardEvent*, MatchModeFlags);
|
| -
|
| + bool hasActiveSession(KeyboardEvent*);
|
| private:
|
| TypeAheadDataSource* m_dataSource;
|
| DOMTimeStamp m_lastTypeTime;
|
|
|