Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1112)

Unified Diff: Source/core/html/HTMLSelectElement.h

Issue 1309503004: Select elements should clear type-ahead session on blur. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « LayoutTests/fast/forms/select/select-typeahead-with-spacekey.html ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698