Changeset 266027 in webkit for trunk/Source/WebCore/css/CSSImageSetValue.cpp
- Timestamp:
- Aug 22, 2020, 9:13:08 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSImageSetValue.cpp
r257474 r266027 64 64 65 65 // Sort the images so that they are stored in order from lowest resolution to highest. 66 std::s ort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);66 std::stable_sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor); 67 67 } 68 68
Note:
See TracChangeset
for help on using the changeset viewer.