Changeset 285422 in webkit for trunk/Source/WebCore/css/CSSValue.cpp
- Timestamp:
- Nov 8, 2021, 11:57:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSValue.cpp
r285408 r285422 511 511 } 512 512 513 bool CSSValue::isRevertLayerValue() const514 {515 return is<CSSPrimitiveValue>(*this) && downcast<CSSPrimitiveValue>(*this).isRevertLayerValue();516 }517 518 513 bool CSSValue::isCSSWideKeyword() const 519 514 {
Note:
See TracChangeset
for help on using the changeset viewer.