Skip to content
  • andersca@apple.com's avatar
    Reviewed by Darin. · 6ac9e50e
    andersca@apple.com authored
            Move remaining render style objects over to start with a refcount of 1 and get
            rid of DeprecatedDataRef.
            
            * rendering/DataRef.h:
            (WebCore::DataRef::operator*):
            (WebCore::DataRef::operator->):
            * rendering/RenderStyle.h:
            * rendering/SVGRenderStyle.cpp:
            (WebCore::SVGRenderStyle::SVGRenderStyle):
            * rendering/SVGRenderStyle.h:
            (WebCore::SVGRenderStyle::create):
            (WebCore::SVGRenderStyle::copy):
            * rendering/SVGRenderStyleDefs.cpp:
            (StyleFillData::StyleFillData):
            (StyleStrokeData::StyleStrokeData):
            (StyleStopData::StyleStopData):
            (StyleTextData::StyleTextData):
            (StyleClipData::StyleClipData):
            (StyleMaskData::StyleMaskData):
            (StyleMarkerData::StyleMarkerData):
            (StyleMiscData::StyleMiscData):
            * rendering/SVGRenderStyleDefs.h:
            (WebCore::StyleFillData::create):
            (WebCore::StyleFillData::copy):
            (WebCore::StyleStrokeData::create):
            (WebCore::StyleStrokeData::copy):
            (WebCore::StyleStopData::create):
            (WebCore::StyleStopData::copy):
            (WebCore::StyleTextData::create):
            (WebCore::StyleTextData::copy):
            (WebCore::StyleClipData::create):
            (WebCore::StyleClipData::copy):
            (WebCore::StyleMaskData::create):
            (WebCore::StyleMaskData::copy):
            (WebCore::StyleMarkerData::create):
            (WebCore::StyleMarkerData::copy):
            (WebCore::StyleMiscData::create):
            (WebCore::StyleMiscData::copy):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@30577 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6ac9e50e