Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp

Issue 2620873002: Renamed EUnicodeBidi to just UnicodeBidi (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.in ('k') | third_party/WebKit/Source/core/editing/VisibleUnits.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698