Skip to content
  • abarth@webkit.org's avatar
    Rename ENABLE(OPENTYPE_SANITIZER) to USE(OPENTYPE_SANITIZER) · 2fca7fac
    abarth@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=68292
    
    Reviewed by Eric Seidel.
    
    Source/WebCore: 
    
    OpenType Sanitizer is a library for sanitizing type and not a feature.
    Therefore this macro should say that we USE the library.
    
    * platform/graphics/WOFFFileFormat.cpp:
    * platform/graphics/WOFFFileFormat.h:
    * platform/graphics/mac/FontCustomPlatformData.cpp:
    (WebCore::createFontCustomPlatformData):
    * platform/graphics/opentype/OpenTypeSanitizer.cpp:
    * platform/graphics/opentype/OpenTypeSanitizer.h:
    * platform/graphics/skia/FontCustomPlatformData.cpp:
    (WebCore::createFontCustomPlatformData):
    (WebCore::FontCustomPlatformData::supportsFormat):
    
    Source/WebKit/chromium: 
    
    * features.gypi:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95487 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2fca7fac