Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 77049422066b0de12d13e1d720a00d4609979270..1d9bf8541f1dd2cd118ca2f11f1b5b7059b5b24b 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -174,7 +174,9 @@ private: |
int lastSelectedListIndex() const; |
void updateSelectedState(int listIndex, bool multi, bool shift); |
void menuListDefaultEventHandler(Event*); |
- bool platformHandleKeydownEvent(KeyboardEvent*); |
+ void handlePopupOpenKeyboardEvent(Event*); |
+ bool shouldOpenPopupForKeyDownEvent(KeyboardEvent*); |
+ bool shouldOpenPopupForKeyPressEvent(KeyboardEvent*); |
void listBoxDefaultEventHandler(Event*); |
void setOptionsChangedOnRenderer(); |
size_t searchOptionsForValue(const String&, size_t listIndexStart, size_t listIndexEnd) const; |