⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 91231 in webkit


Ignore:
Timestamp:
Jul 18, 2011, 6:42:19 PM (15 years ago)
Author:
rniwa@webkit.org
Message:

Leopard build fix after r91229.

  • platform/graphics/cocoa/FontPlatformDataCocoa.mm:

(WebCore::FontPlatformData::ctFont):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r91229 r91231  
     12011-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
    182011-07-18  Dan Bernstein  <mitz@apple.com>
    29
  • trunk/Source/WebCore/platform/graphics/cocoa/FontPlatformDataCocoa.mm

    r91229 r91231  
    205205        m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, cascadeToLastResortFontDescriptor()));
    206206#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));
    208208#endif
    209209    }
Note: See TracChangeset for help on using the changeset viewer.