Changeset 195803 in webkit
- Timestamp:
- Jan 29, 2016, 12:12:19 AM (10 years ago)
- Location:
- branches/safari-601-branch/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-601-branch/Source/WebCore/ChangeLog
r195777 r195803 1 2016-01-29 Babak Shafiei <bshafiei@apple.com> 2 3 Merge patch for rdar://problem/24394636. 4 1 5 2016-01-28 Babak Shafiei <bshafiei@apple.com> 2 6 -
branches/safari-601-branch/Source/WebCore/platform/graphics/Font.h
r194719 r195803 113 113 PassRefPtr<Font> variantFont(const FontDescription& description, FontVariant variant) const 114 114 { 115 #if PLATFORM(COCOA) 115 #if PLATFORM(COCOA) && (!PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000) 116 116 ASSERT(variant != SmallCapsVariant); 117 117 #endif
Note:
See TracChangeset
for help on using the changeset viewer.