Changeset 91231 in webkit
- Timestamp:
- Jul 18, 2011, 6:42:19 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/cocoa/FontPlatformDataCocoa.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r91229 r91231 1 2011-07-18 Ryosuke Niwa <rniwa@webkit.org> 2 3 Leopard build fix after r91229. 4 5 * platform/graphics/cocoa/FontPlatformDataCocoa.mm: 6 (WebCore::FontPlatformData::ctFont): 7 1 8 2011-07-18 Dan Bernstein <mitz@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/cocoa/FontPlatformDataCocoa.mm
r91229 r91231 205 205 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, cascadeToLastResortFontDescriptor())); 206 206 #else 207 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, 0) ;207 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, 0)); 208 208 #endif 209 209 }
Note:
See TracChangeset
for help on using the changeset viewer.