Changeset 268659 in webkit for trunk/Source/WebCore/css/CSSAspectRatioValue.cpp
- Timestamp:
- Oct 18, 2020, 9:11:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSAspectRatioValue.cpp
r254514 r268659 36 36 String CSSAspectRatioValue::customCSSText() const 37 37 { 38 return makeString(m_numeratorValue, '/', m_denominatorValue);38 return makeString(m_numeratorValue, " / ", m_denominatorValue); 39 39 } 40 40
Note:
See TracChangeset
for help on using the changeset viewer.