| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index cdc4fe9a9b0a5d5e6fc00a471a4ffcb639bdd1fb..48d88ca74e71f59e079c62e4a6ff1541b2c886a9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -150,7 +150,7 @@ public:
|
| void provisionalSelectionChanged(unsigned);
|
| void popupDidHide();
|
| bool popupIsVisible() const { return m_popupIsVisible; }
|
| - int optionIndexToBeShown() const;
|
| + HTMLOptionElement* optionToBeShown() const;
|
| void showPopup();
|
| void hidePopup();
|
| PopupMenu* popup() const { return m_popup.get(); }
|
|
|