Chromium Code Reviews| Index: Source/core/html/HTMLSelectElement.h |
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
| index 5de85185f5abf2b3c0af30a20b80dc39afe10275..74bcad232c3d4a37c423400df976d51d4d365cce 100644 |
| --- a/Source/core/html/HTMLSelectElement.h |
| +++ b/Source/core/html/HTMLSelectElement.h |
| @@ -153,6 +153,8 @@ public: |
| void hidePopup(); |
| PopupMenu* popup() const { return m_popup.get(); } |
| + void resetTypeAheadSessionForTesting(); |
| + |
| DECLARE_VIRTUAL_TRACE(); |
| protected: |