Changeset 234501 in webkit for trunk/Source/WebCore/css/CSSUnicodeRangeValue.cpp
- Timestamp:
- Aug 2, 2018, 8:45:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSUnicodeRangeValue.cpp
r234489 r234501 33 33 String CSSUnicodeRangeValue::customCSSText() const 34 34 { 35 return String:: deprecatedFormat("U+%x-%x", m_from, m_to);35 return String::format("U+%x-%x", m_from, m_to); 36 36 } 37 37
Note:
See TracChangeset
for help on using the changeset viewer.