Skip to content
  • gyuyoung.kim@samsung.com's avatar
    Add *CSS* prefix to FontValue to generate toCSSFontValue() · 775dbb91
    gyuyoung.kim@samsung.com authored
    https://bugs.webkit.org/show_bug.cgi?id=122201
    
    Reviewed by Darin Adler.
    
    *CSS* prefix needs to be added to FontValue class in order to generate toCSSFontValue().
    static_cast<FontValue*> is changed with toCSSFontValue() by this change.
    
    No new tests, no behavior changes.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.xcodeproj/project.pbxproj:
    * css/CSSComputedStyleDeclaration.cpp:
    (WebCore::ComputedStyleExtractor::propertyValue):
    * css/CSSFontValue.cpp: Renamed from Source/WebCore/css/FontValue.cpp.
    (WebCore::CSSFontValue::customCSSText):
    (WebCore::CSSFontValue::equals):
    * css/CSSFontValue.h: Renamed from Source/WebCore/css/FontValue.h.
    (WebCore::CSSFontValue::create):
    (WebCore::CSSFontValue::CSSFontValue):
    * css/CSSParser.cpp:
    * css/CSSValue.cpp:
    (WebCore::CSSValue::equals):
    (WebCore::CSSValue::cssText):
    (WebCore::CSSValue::destroy):
    * css/StyleResolver.cpp:
    (WebCore::StyleResolver::applyProperty):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156961 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    775dbb91