Changeset 294101 in webkit for trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
- Timestamp:
- May 12, 2022, 6:49:11 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r293656 r294101 3970 3970 if (style.textCombine() == TextCombine::All) 3971 3971 return CSSPrimitiveValue::createIdentifier(CSSValueHorizontal); 3972 return nullptr;3972 return cssValuePool.createValue(style.textCombine()); 3973 3973 case CSSPropertyTextCombineUpright: 3974 3974 return cssValuePool.createValue(style.textCombine());
Note:
See TracChangeset
for help on using the changeset viewer.