Changeset 195857 in webkit


Ignore:
Timestamp:
Jan 29, 2016, 3:41:14 PM (10 years ago)
Author:
matthew_hanson@apple.com
Message:

Build fix after r195847 rdar://problem/24208101.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601-branch/Source/WebCore/platform/graphics/mac/FontCacheMac.mm

    r195847 r195857  
    267267{
    268268    if (const auto& specialCase = fontWithFamilySpecialCase(family, weight, desiredTraits, size))
    269         return applyFontFeatureSettings((CTFontRef)specialCase.value(), nullptr, nullptr, featureSettings, variantSettings).autorelease();
     269        return CFBridgingRelease(CFRetain(applyFontFeatureSettings((CTFontRef)specialCase.value(), nullptr, nullptr, featureSettings, variantSettings).autorelease()));
    270270
    271271    NSFontManager *fontManager = [NSFontManager sharedFontManager];
Note: See TracChangeset for help on using the changeset viewer.