| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index ff9af2cd393ce1df70171d8c498aa9f49d082b70..fb62a439510c0dbff6156b77bc8085a27c0e7537 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -2650,7 +2650,7 @@ bool Internals::selectPopupItemStyleIsRtl(Node* node, int itemIndex) {
|
| return false;
|
| const ComputedStyle* itemStyle =
|
| select.itemComputedStyle(*select.listItems()[itemIndex]);
|
| - return itemStyle && itemStyle->direction() == TextDirection::Rtl;
|
| + return itemStyle && itemStyle->direction() == TextDirection::kRtl;
|
| }
|
|
|
| int Internals::selectPopupItemStyleFontHeight(Node* node, int itemIndex) {
|
|
|