Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp |
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
index 61cfe9345ea52ece8b197019ea5463aa5b7a43a3..7b2b88f4b059ea43c4ecfec2b2b5485d281c1ffc 100644 |
--- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp |
@@ -326,7 +326,7 @@ void PopupMenuImpl::addElementStyle(ItemIterationContext& context, |
String(style->direction() == TextDirection::kRtl ? "rtl" : "ltr"), |
data); |
} |
- if (isOverride(style->unicodeBidi())) |
+ if (isOverride(style->getUnicodeBidi())) |
addProperty("unicodeBidi", String("bidi-override"), data); |
Color foregroundColor = style->visitedDependentColor(CSSPropertyColor); |
if (baseStyle.visitedDependentColor(CSSPropertyColor) != foregroundColor) |