Changeset 286142 in webkit
- Timestamp:
- Nov 23, 2021, 10:20:34 PM (4 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r286140 r286142 1 2021-11-23 Cameron McCormack <heycam@apple.com> 2 3 Remove unnecessary explicit initializer_list usage 4 https://bugs.webkit.org/show_bug.cgi?id=233456 5 <rdar://problem/85716623> 6 7 Reviewed by Myles C. Maxfield. 8 9 * platform/graphics/cocoa/FontCacheCoreText.cpp: 10 (WebCore::FontCache::prewarmGlobally): 11 1 12 2021-11-23 Said Abou-Hallawa <said@apple.com> 2 13 -
trunk/Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp
r285552 r286142 1682 1682 return; 1683 1683 1684 Vector<String> families = std::initializer_list<String>{1684 Vector<String> families { 1685 1685 #if PLATFORM(MAC) || PLATFORM(MACCATALYST) 1686 1686 ".SF NS Text"_s,
Note:
See TracChangeset
for help on using the changeset viewer.