| Index: third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| index 58da87fda7f4fd5943cf4361efbff51f3b574077..153473062dc4788c51d934df21bbf741ab5dcd17 100644
|
| --- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| +++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
|
| @@ -267,7 +267,7 @@ void ExternalPopupMenu::getPopupMenuInfo(WebPopupMenuInfo& info,
|
| static_cast<int>(menuStyle.font().getFontDescription().computedSize());
|
| info.selectedIndex = toExternalPopupMenuItemIndex(
|
| ownerElement.selectedListIndex(), ownerElement);
|
| - info.rightAligned = menuStyle.direction() == TextDirection::Rtl;
|
| + info.rightAligned = menuStyle.direction() == TextDirection::kRtl;
|
| info.allowMultipleSelection = ownerElement.isMultiple();
|
| if (count < itemCount)
|
| items.shrink(count);
|
|
|