| Index: third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| index 965037436f3b80858aea4f3644d58aa7322a84e1..6b6590a444072544f855a430799f94483bf38872 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| @@ -308,9 +308,6 @@ void LayoutMenuList::DidUpdateActiveOption(HTMLOptionElement* option) {
|
| return;
|
| last_active_index_ = option_index;
|
|
|
| - if (option_index < 0)
|
| - return;
|
| -
|
| // We skip sending accessiblity notifications for the very first option,
|
| // otherwise we get extra focus and select events that are undesired.
|
| if (!has_updated_active_option_) {
|
|
|