Index: third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp |
diff --git a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp |
index 82442e6ca21b46b170adfe5a4c4e95aad70b4997..5823a3b6020103eb4bd98547a766af03bb33769a 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp |
@@ -235,7 +235,7 @@ static FontOrientation fontOrientation(const ComputedStyle& style) |
if (style.isHorizontalWritingMode()) |
return FontOrientation::Horizontal; |
- switch (style.textOrientation()) { |
+ switch (style.getTextOrientation()) { |
case TextOrientationMixed: |
return FontOrientation::VerticalMixed; |
case TextOrientationUpright: |