| Index: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.cpp b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.cpp
|
| index 8c048338085751beff5a208ee714905a84c0d52b..7530e9516130584dd02481557aa85cce4c80dda5 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.cpp
|
| @@ -84,7 +84,7 @@ int AXMenuListPopup::getSelectedIndex() const {
|
| return htmlSelectElement->selectedIndex();
|
| }
|
|
|
| -bool AXMenuListPopup::press() const {
|
| +bool AXMenuListPopup::press() {
|
| if (!m_parent)
|
| return false;
|
|
|
|
|