| Index: Source/web/PopupMenuImpl.h
|
| diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
|
| index 743122fdb9fe1442fb9e38bf53ccb42cd7db8208..3bac7e5e5783e24f13be8a3b7cb2a5dddfad4ab4 100644
|
| --- a/Source/web/PopupMenuImpl.h
|
| +++ b/Source/web/PopupMenuImpl.h
|
| @@ -53,10 +53,6 @@ private:
|
| ChromeClientImpl* m_chromeClient;
|
| PopupMenuClient* m_client;
|
| PagePopup* m_popup;
|
| - // If >= 0, this is the index we should accept when the popup closes.
|
| - // This is used for keyboard navigation, where we want the
|
| - // text to change immediately but set the value on close.
|
| - int m_indexToSetOnClose;
|
| };
|
|
|
| }
|
|
|