Changeset 283536 in webkit for trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
- Timestamp:
- Oct 4, 2021, 8:52:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r283159 r283536 1842 1842 auto fontPalette = style.fontDescription().fontPalette(); 1843 1843 switch (fontPalette.type) { 1844 case FontPalette::Type::None:1845 return CSSValuePool::singleton().createIdentifierValue(CSSValueNone);1846 1844 case FontPalette::Type::Normal: 1847 1845 return CSSValuePool::singleton().createIdentifierValue(CSSValueNormal);
Note:
See TracChangeset
for help on using the changeset viewer.