Skip to content
  • pdr@google.com's avatar
    Merge SVGStylable into SVGStyledElement · c960fbad
    pdr@google.com authored
    https://bugs.webkit.org/show_bug.cgi?id=106877
    
    .:
    
    Reviewed by Dirk Schulze.
    
    SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a
    cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement.
    
    * wscript:
    
    Source/WebCore:
    
    Reviewed by Dirk Schulze.
    
    SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a
    cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement.
    
    No new tests as this is just a refactoring.
    
    * CMakeLists.txt:
    * DerivedSources.make:
    * GNUmakefile.list.am:
    * Target.pri:
    * WebCore.exp.in:
    * WebCore.gyp/WebCore.gyp:
    * WebCore.gypi:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.xcodeproj/project.pbxproj:
    * bindings/objc/DOMSVG.h:
    * bindings/scripts/CodeGeneratorObjC.pm:
    * page/DOMWindow.idl:
    * svg/SVGAElement.idl:
    * svg/SVGAllInOne.cpp:
    * svg/SVGCircleElement.idl:
    * svg/SVGClipPathElement.idl:
    * svg/SVGDefsElement.idl:
    * svg/SVGDescElement.idl:
    * svg/S...
    c960fbad