| 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 6fc7eaf0fcc08f4ddbb190e76eb3fb7238d60fc2..5bb801debcdaa56348180142c5cd51cadcbc073e 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_) {
|
|
|