Changeset 285621 in webkit for trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
- Timestamp:
- Nov 11, 2021, 12:08:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r285615 r285621 1817 1817 else if (is<TextContentData>(*contentData)) 1818 1818 list->append(cssValuePool.createValue(downcast<TextContentData>(*contentData).text(), CSSUnitType::CSS_STRING)); 1819 } 1820 if (!list->length()) { 1821 auto isBeforeOrAfter = style.styleType() == PseudoId::Before || style.styleType() == PseudoId::After; 1822 list->append(cssValuePool.createIdentifierValue(isBeforeOrAfter ? CSSValueNone : CSSValueNormal)); 1819 1823 } 1820 1824 return list;
Note:
See TracChangeset
for help on using the changeset viewer.