| Index: Source/web/PopupMenuImpl.h
|
| diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
|
| index a35a1b624ce2f7807dee10f5f2d8a223c23fc06f..8ce8a18f909e5c89d8b388a14ae273195433fbb9 100644
|
| --- a/Source/web/PopupMenuImpl.h
|
| +++ b/Source/web/PopupMenuImpl.h
|
| @@ -55,10 +55,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;
|
| bool m_needsUpdate;
|
| };
|
|
|
|
|