Index: third_party/WebKit/Source/core/layout/TextRunConstructor.cpp |
diff --git a/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp b/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp |
index ac0b71279a59bb3e3a648988642a08e5f355bc53..f7707d47ed336329970b7ac4571fe6444006ddcd 100644 |
--- a/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp |
+++ b/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp |
@@ -64,7 +64,7 @@ static inline TextRun constructTextRunInternal(const Font& font, |
if (flags & RespectDirection) |
textDirection = style.direction(); |
if (flags & RespectDirectionOverride) |
- directionalOverride |= isOverride(style.unicodeBidi()); |
+ directionalOverride |= isOverride(style.getUnicodeBidi()); |
} |
TextRun::ExpansionBehavior expansion = |