Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
index 5650dbe93534fa8b5e2844163ceb4e1889fd2446..c19c8d07d650f3a98aae5ddd02bf992e65025da7 100644 |
--- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
+++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp |
@@ -2792,7 +2792,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get( |
case CSSPropertyTouchAction: |
return touchActionFlagsToCSSValue(style.getTouchAction()); |
case CSSPropertyUnicodeBidi: |
- return CSSIdentifierValue::create(style.unicodeBidi()); |
+ return CSSIdentifierValue::create(style.getUnicodeBidi()); |
case CSSPropertyVerticalAlign: |
switch (style.verticalAlign()) { |
case EVerticalAlign::Baseline: |