Skip to content
  • commit-queue@webkit.org's avatar
    2010-11-18 Sheriff Bot <webkit.review.bot@gmail.com> · bb648061
    commit-queue@webkit.org authored
            Unreviewed, rolling out r72288.
            http://trac.webkit.org/changeset/72288
            https://bugs.webkit.org/show_bug.cgi?id=49730
    
            'krit attempted to do that, but revert got stuck' (Requested
            by antonm on #webkit).
    
            * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Removed.
            * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Removed.
            * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
            * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
            * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-cloning-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-cloning-expected.txt: Removed.
            * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.txt: Removed.
            * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Removed.
            * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Removed.
            * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Removed.
            * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg: Removed.
            * svg/dom/SVGPathSegList-appendItem-expected.txt: Removed.
            * svg/dom/SVGPathSegList-appendItem.xhtml: Removed.
            * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt: Removed.
            * svg/dom/SVGPathSegList-clear-and-initialize.xhtml: Removed.
            * svg/dom/SVGPathSegList-cloning.html: Removed.
            * svg/dom/SVGPathSegList-insertItemBefore-expected.txt: Removed.
            * svg/dom/SVGPathSegList-insertItemBefore.xhtml: Removed.
            * svg/dom/SVGPathSegList-removeItem-expected.txt: Removed.
            * svg/dom/SVGPathSegList-removeItem.xhtml: Removed.
            * svg/dom/SVGPathSegList-replaceItem-expected.txt: Removed.
            * svg/dom/SVGPathSegList-replaceItem.xhtml: Removed.
            * svg/dom/SVGPathSegList-segment-modification.svg: Removed.
            * svg/dom/SVGPathSegList-xml-dom-synchronization-expected.txt: Removed.
            * svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml: Removed.
            * svg/dom/SVGPathSegList-xml-dom-synchronization2.xhtml: Removed.
            * svg/dom/fuzz-path-parser-expected.txt:
            * svg/dom/path-parser-expected.txt:
            * svg/dom/script-tests/path-parser.js:
            ():
            * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
            * svg/dom/svglist-exception-on-out-bounds-error.html:
            * svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
    2010-11-18  Sheriff Bot  <webkit.review.bot@gmail.com>
    
            Unreviewed, rolling out r72288.
            http://trac.webkit.org/changeset/72288
            https://bugs.webkit.org/show_bug.cgi?id=49730
    
            'krit attempted to do that, but revert got stuck' (Requested
            by antonm on #webkit).
    
            * Android.mk:
            * CMakeLists.txt:
            * DerivedSources.make:
            * GNUmakefile.am:
            * WebCore.gyp/WebCore.gyp:
            * WebCore.gypi:
            * WebCore.order:
            * WebCore.pro:
            * WebCore.vcproj/WebCore.vcproj:
            * WebCore.xcodeproj/project.pbxproj:
            * bindings/js/JSBindingsAllInOne.cpp:
            * bindings/js/JSDOMBinding.cpp:
            (WebCore::setDOMException):
            * bindings/js/JSDOMBinding.h:
            (WebCore::createDOMObjectWrapper):
            (WebCore::getDOMObjectWrapper):
            * bindings/js/JSSVGPathSegCustom.cpp:
            (WebCore::toJS):
            * bindings/js/JSSVGPathSegListCustom.cpp: Added.
            (WebCore::JSSVGPathSegList::clear):
            (WebCore::JSSVGPathSegList::initialize):
            (WebCore::JSSVGPathSegList::getItem):
            (WebCore::JSSVGPathSegList::insertItemBefore):
            (WebCore::JSSVGPathSegList::replaceItem):
            (WebCore::JSSVGPathSegList::removeItem):
            (WebCore::JSSVGPathSegList::appendItem):
            * bindings/scripts/CodeGenerator.pm:
            * bindings/scripts/CodeGeneratorJS.pm:
            * bindings/scripts/CodeGeneratorObjC.pm:
            * bindings/scripts/CodeGeneratorV8.pm:
            * rendering/SVGRenderTreeAsText.cpp:
            (WebCore::operator<<):
            * svg/SVGAllInOne.cpp:
            * svg/SVGAnimatedPathData.cpp: Added.
            * svg/SVGAnimatedPathData.h: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGAnimatedPathData::~SVGAnimatedPathData):
            * svg/SVGAnimatedPathData.idl: Copied from WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl.
            * svg/SVGPathElement.cpp:
            (WebCore::SVGPathElement::SVGPathElement):
            (WebCore::SVGPathElement::getPathSegAtLength):
            (WebCore::SVGPathElement::createSVGPathSegClosePath):
            (WebCore::SVGPathElement::createSVGPathSegMovetoAbs):
            (WebCore::SVGPathElement::createSVGPathSegMovetoRel):
            (WebCore::SVGPathElement::createSVGPathSegLinetoAbs):
            (WebCore::SVGPathElement::createSVGPathSegLinetoRel):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicAbs):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicRel):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticAbs):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticRel):
            (WebCore::SVGPathElement::createSVGPathSegArcAbs):
            (WebCore::SVGPathElement::createSVGPathSegArcRel):
            (WebCore::SVGPathElement::createSVGPathSegLinetoHorizontalAbs):
            (WebCore::SVGPathElement::createSVGPathSegLinetoHorizontalRel):
            (WebCore::SVGPathElement::createSVGPathSegLinetoVerticalAbs):
            (WebCore::SVGPathElement::createSVGPathSegLinetoVerticalRel):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticSmoothAbs):
            (WebCore::SVGPathElement::createSVGPathSegCurvetoQuadraticSmoothRel):
            (WebCore::SVGPathElement::parseMappedAttribute):
            (WebCore::SVGPathElement::svgAttributeChanged):
            (WebCore::SVGPathElement::synchronizeProperty):
            (WebCore::SVGPathElement::pathSegList):
            (WebCore::SVGPathElement::normalizedPathSegList):
            (WebCore::SVGPathElement::animatedPathSegList):
            (WebCore::SVGPathElement::animatedNormalizedPathSegList):
            (WebCore::SVGPathElement::toPathData):
            * svg/SVGPathElement.h:
            (WebCore::SVGPathElement::isValid):
            (WebCore::SVGPathElement::supportsMarkers):
            * svg/SVGPathElement.idl:
            * svg/SVGPathParserFactory.cpp:
            (WebCore::globalSVGPathSegListBuilder):
            (WebCore::SVGPathParserFactory::buildPathFromByteStream):
            (WebCore::SVGPathParserFactory::buildPathFromSVGPathSegList):
            (WebCore::SVGPathParserFactory::buildSVGPathSegListFromString):
            (WebCore::SVGPathParserFactory::buildSVGPathSegListFromByteStream):
            (WebCore::SVGPathParserFactory::buildStringFromSVGPathSegList):
            (WebCore::SVGPathParserFactory::buildSVGPathByteStreamFromString):
            (WebCore::SVGPathParserFactory::buildAnimatedSVGPathByteStream):
            (WebCore::SVGPathParserFactory::getSVGPathSegAtLengthFromSVGPathSegList):
            * svg/SVGPathParserFactory.h:
            * svg/SVGPathSeg.cpp: Copied from WebCore/svg/SVGPathSegLinetoHorizontalRel.idl.
            (WebCore::SVGPathSeg::associatedAttributeName):
            * svg/SVGPathSeg.h:
            (WebCore::SVGPathSegSingleCoord::setX):
            (WebCore::SVGPathSegSingleCoord::x):
            (WebCore::SVGPathSegSingleCoord::setY):
            (WebCore::SVGPathSegSingleCoord::y):
            (WebCore::SVGPathSegSingleCoord::SVGPathSegSingleCoord):
            * svg/SVGPathSeg.idl:
            * svg/SVGPathSegArc.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegArcAbs::SVGPathSegArcAbs):
            (WebCore::SVGPathSegArcRel::SVGPathSegArcRel):
            * svg/SVGPathSegArc.h:
            (WebCore::SVGPathSegArc::SVGPathSegArc):
            (WebCore::SVGPathSegArc::setX):
            (WebCore::SVGPathSegArc::x):
            (WebCore::SVGPathSegArc::setY):
            (WebCore::SVGPathSegArc::y):
            (WebCore::SVGPathSegArc::setR1):
            (WebCore::SVGPathSegArc::r1):
            (WebCore::SVGPathSegArc::setR2):
            (WebCore::SVGPathSegArc::r2):
            (WebCore::SVGPathSegArc::setAngle):
            (WebCore::SVGPathSegArc::angle):
            (WebCore::SVGPathSegArc::setLargeArcFlag):
            (WebCore::SVGPathSegArc::largeArcFlag):
            (WebCore::SVGPathSegArc::setSweepFlag):
            (WebCore::SVGPathSegArc::sweepFlag):
            (WebCore::SVGPathSegArcAbs::create):
            (WebCore::SVGPathSegArcAbs::pathSegType):
            (WebCore::SVGPathSegArcAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegArcRel::create):
            (WebCore::SVGPathSegArcRel::pathSegType):
            (WebCore::SVGPathSegArcRel::pathSegTypeAsLetter):
            * svg/SVGPathSegArcAbs.idl:
            * svg/SVGPathSegArcRel.idl:
            * svg/SVGPathSegClosePath.cpp: Added.
            * svg/SVGPathSegClosePath.h:
            (WebCore::SVGPathSegClosePath::create):
            (WebCore::SVGPathSegClosePath::SVGPathSegClosePath):
            * svg/SVGPathSegCurvetoCubic.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegCurvetoCubicAbs::SVGPathSegCurvetoCubicAbs):
            (WebCore::SVGPathSegCurvetoCubicRel::SVGPathSegCurvetoCubicRel):
            * svg/SVGPathSegCurvetoCubic.h:
            (WebCore::SVGPathSegCurvetoCubic::SVGPathSegCurvetoCubic):
            (WebCore::SVGPathSegCurvetoCubic::setX):
            (WebCore::SVGPathSegCurvetoCubic::x):
            (WebCore::SVGPathSegCurvetoCubic::setY):
            (WebCore::SVGPathSegCurvetoCubic::y):
            (WebCore::SVGPathSegCurvetoCubic::setX1):
            (WebCore::SVGPathSegCurvetoCubic::x1):
            (WebCore::SVGPathSegCurvetoCubic::setY1):
            (WebCore::SVGPathSegCurvetoCubic::y1):
            (WebCore::SVGPathSegCurvetoCubic::setX2):
            (WebCore::SVGPathSegCurvetoCubic::x2):
            (WebCore::SVGPathSegCurvetoCubic::setY2):
            (WebCore::SVGPathSegCurvetoCubic::y2):
            (WebCore::SVGPathSegCurvetoCubicAbs::create):
            (WebCore::SVGPathSegCurvetoCubicAbs::pathSegType):
            (WebCore::SVGPathSegCurvetoCubicAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegCurvetoCubicRel::create):
            (WebCore::SVGPathSegCurvetoCubicRel::pathSegType):
            (WebCore::SVGPathSegCurvetoCubicRel::pathSegTypeAsLetter):
            * svg/SVGPathSegCurvetoCubicAbs.idl:
            * svg/SVGPathSegCurvetoCubicRel.idl:
            * svg/SVGPathSegCurvetoCubicSmooth.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegCurvetoCubicSmoothAbs::SVGPathSegCurvetoCubicSmoothAbs):
            (WebCore::SVGPathSegCurvetoCubicSmoothRel::SVGPathSegCurvetoCubicSmoothRel):
            * svg/SVGPathSegCurvetoCubicSmooth.h:
            (WebCore::SVGPathSegCurvetoCubicSmooth::SVGPathSegCurvetoCubicSmooth):
            (WebCore::SVGPathSegCurvetoCubicSmooth::setX):
            (WebCore::SVGPathSegCurvetoCubicSmooth::x):
            (WebCore::SVGPathSegCurvetoCubicSmooth::setY):
            (WebCore::SVGPathSegCurvetoCubicSmooth::y):
            (WebCore::SVGPathSegCurvetoCubicSmooth::setX2):
            (WebCore::SVGPathSegCurvetoCubicSmooth::x2):
            (WebCore::SVGPathSegCurvetoCubicSmooth::setY2):
            (WebCore::SVGPathSegCurvetoCubicSmooth::y2):
            (WebCore::SVGPathSegCurvetoCubicSmoothAbs::create):
            (WebCore::SVGPathSegCurvetoCubicSmoothAbs::pathSegType):
            (WebCore::SVGPathSegCurvetoCubicSmoothAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegCurvetoCubicSmoothRel::create):
            (WebCore::SVGPathSegCurvetoCubicSmoothRel::pathSegType):
            (WebCore::SVGPathSegCurvetoCubicSmoothRel::pathSegTypeAsLetter):
            * svg/SVGPathSegCurvetoCubicSmoothAbs.idl:
            * svg/SVGPathSegCurvetoCubicSmoothRel.idl:
            * svg/SVGPathSegCurvetoQuadratic.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegCurvetoQuadraticAbs::SVGPathSegCurvetoQuadraticAbs):
            (WebCore::SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel):
            * svg/SVGPathSegCurvetoQuadratic.h:
            (WebCore::SVGPathSegCurvetoQuadratic::SVGPathSegCurvetoQuadratic):
            (WebCore::SVGPathSegCurvetoQuadratic::setX):
            (WebCore::SVGPathSegCurvetoQuadratic::x):
            (WebCore::SVGPathSegCurvetoQuadratic::setY):
            (WebCore::SVGPathSegCurvetoQuadratic::y):
            (WebCore::SVGPathSegCurvetoQuadratic::setX1):
            (WebCore::SVGPathSegCurvetoQuadratic::x1):
            (WebCore::SVGPathSegCurvetoQuadratic::setY1):
            (WebCore::SVGPathSegCurvetoQuadratic::y1):
            (WebCore::SVGPathSegCurvetoQuadraticAbs::create):
            (WebCore::SVGPathSegCurvetoQuadraticAbs::pathSegType):
            (WebCore::SVGPathSegCurvetoQuadraticAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegCurvetoQuadraticRel::create):
            (WebCore::SVGPathSegCurvetoQuadraticRel::pathSegType):
            (WebCore::SVGPathSegCurvetoQuadraticRel::pathSegTypeAsLetter):
            * svg/SVGPathSegCurvetoQuadraticAbs.idl:
            * svg/SVGPathSegCurvetoQuadraticRel.idl:
            * svg/SVGPathSegCurvetoQuadraticSmooth.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegCurvetoQuadraticSmoothAbs::SVGPathSegCurvetoQuadraticSmoothAbs):
            (WebCore::SVGPathSegCurvetoQuadraticSmoothRel::SVGPathSegCurvetoQuadraticSmoothRel):
            * svg/SVGPathSegCurvetoQuadraticSmooth.h:
            (WebCore::SVGPathSegCurvetoQuadraticSmoothAbs::create):
            (WebCore::SVGPathSegCurvetoQuadraticSmoothAbs::pathSegType):
            (WebCore::SVGPathSegCurvetoQuadraticSmoothAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegCurvetoQuadraticSmoothRel::create):
            (WebCore::SVGPathSegCurvetoQuadraticSmoothRel::pathSegType):
            (WebCore::SVGPathSegCurvetoQuadraticSmoothRel::pathSegTypeAsLetter):
            * svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl:
            * svg/SVGPathSegCurvetoQuadraticSmoothRel.idl:
            * svg/SVGPathSegLineto.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegLinetoAbs::SVGPathSegLinetoAbs):
            (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
            * svg/SVGPathSegLineto.h:
            (WebCore::SVGPathSegLinetoAbs::create):
            (WebCore::SVGPathSegLinetoAbs::pathSegType):
            (WebCore::SVGPathSegLinetoAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegLinetoRel::create):
            (WebCore::SVGPathSegLinetoRel::pathSegType):
            (WebCore::SVGPathSegLinetoRel::pathSegTypeAsLetter):
            * svg/SVGPathSegLinetoAbs.idl:
            * svg/SVGPathSegLinetoHorizontal.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegLinetoHorizontalAbs::SVGPathSegLinetoHorizontalAbs):
            (WebCore::SVGPathSegLinetoHorizontalRel::SVGPathSegLinetoHorizontalRel):
            * svg/SVGPathSegLinetoHorizontal.h:
            (WebCore::SVGPathSegLinetoHorizontal::SVGPathSegLinetoHorizontal):
            (WebCore::SVGPathSegLinetoHorizontal::setX):
            (WebCore::SVGPathSegLinetoHorizontal::x):
            (WebCore::SVGPathSegLinetoHorizontalAbs::create):
            (WebCore::SVGPathSegLinetoHorizontalAbs::pathSegType):
            (WebCore::SVGPathSegLinetoHorizontalAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegLinetoHorizontalRel::create):
            (WebCore::SVGPathSegLinetoHorizontalRel::pathSegType):
            (WebCore::SVGPathSegLinetoHorizontalRel::pathSegTypeAsLetter):
            * svg/SVGPathSegLinetoHorizontalAbs.idl:
            * svg/SVGPathSegLinetoHorizontalRel.idl:
            * svg/SVGPathSegLinetoRel.idl:
            * svg/SVGPathSegLinetoVertical.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegLinetoVerticalAbs::SVGPathSegLinetoVerticalAbs):
            (WebCore::SVGPathSegLinetoVerticalRel::SVGPathSegLinetoVerticalRel):
            * svg/SVGPathSegLinetoVertical.h:
            (WebCore::SVGPathSegLinetoVertical::SVGPathSegLinetoVertical):
            (WebCore::SVGPathSegLinetoVertical::setY):
            (WebCore::SVGPathSegLinetoVertical::y):
            (WebCore::SVGPathSegLinetoVerticalAbs::create):
            (WebCore::SVGPathSegLinetoVerticalAbs::pathSegType):
            (WebCore::SVGPathSegLinetoVerticalAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegLinetoVerticalRel::create):
            (WebCore::SVGPathSegLinetoVerticalRel::pathSegType):
            (WebCore::SVGPathSegLinetoVerticalRel::pathSegTypeAsLetter):
            * svg/SVGPathSegLinetoVerticalAbs.idl:
            * svg/SVGPathSegLinetoVerticalRel.idl:
            * svg/SVGPathSegList.cpp:
            (WebCore::SVGPathSegList::SVGPathSegList):
            * svg/SVGPathSegList.h:
            (WebCore::SVGPathSegList::create):
            * svg/SVGPathSegList.idl:
            * svg/SVGPathSegListBuilder.cpp:
            (WebCore::SVGPathSegListBuilder::SVGPathSegListBuilder):
            (WebCore::SVGPathSegListBuilder::moveTo):
            (WebCore::SVGPathSegListBuilder::lineTo):
            (WebCore::SVGPathSegListBuilder::lineToHorizontal):
            (WebCore::SVGPathSegListBuilder::lineToVertical):
            (WebCore::SVGPathSegListBuilder::curveToCubic):
            (WebCore::SVGPathSegListBuilder::curveToCubicSmooth):
            (WebCore::SVGPathSegListBuilder::curveToQuadratic):
            (WebCore::SVGPathSegListBuilder::curveToQuadraticSmooth):
            (WebCore::SVGPathSegListBuilder::arcTo):
            (WebCore::SVGPathSegListBuilder::closePath):
            * svg/SVGPathSegListBuilder.h:
            (WebCore::SVGPathSegListBuilder::setCurrentSVGPathSegList):
            (WebCore::SVGPathSegListBuilder::cleanup):
            * svg/SVGPathSegListSource.cpp:
            (WebCore::SVGPathSegListSource::SVGPathSegListSource):
            (WebCore::SVGPathSegListSource::parseSVGSegmentType):
            (WebCore::SVGPathSegListSource::nextCommand):
            (WebCore::SVGPathSegListSource::parseMoveToSegment):
            (WebCore::SVGPathSegListSource::parseLineToSegment):
            (WebCore::SVGPathSegListSource::parseCurveToQuadraticSmoothSegment):
            * svg/SVGPathSegListSource.h:
            (WebCore::SVGPathSegListSource::create):
            * svg/SVGPathSegMoveto.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
            (WebCore::SVGPathSegMovetoAbs::SVGPathSegMovetoAbs):
            (WebCore::SVGPathSegMovetoRel::SVGPathSegMovetoRel):
            * svg/SVGPathSegMoveto.h:
            (WebCore::SVGPathSegMovetoAbs::create):
            (WebCore::SVGPathSegMovetoAbs::pathSegType):
            (WebCore::SVGPathSegMovetoAbs::pathSegTypeAsLetter):
            (WebCore::SVGPathSegMovetoRel::create):
            (WebCore::SVGPathSegMovetoRel::pathSegType):
            (WebCore::SVGPathSegMovetoRel::pathSegTypeAsLetter):
            * svg/SVGPathSegMovetoAbs.idl:
            * svg/SVGPathSegMovetoRel.idl:
            * svg/SVGPathSegWithContext.h: Removed.
            * svg/properties/SVGAnimatedPathSegListPropertyTearOff.h: Removed.
            * svg/properties/SVGPathSegListPropertyTearOff.cpp: Removed.
            * svg/properties/SVGPathSegListPropertyTearOff.h: Removed.
    2010-11-18  Sheriff Bot  <webkit.review.bot@gmail.com>
    
            Unreviewed, rolling out r72288.
            http://trac.webkit.org/changeset/72288
            https://bugs.webkit.org/show_bug.cgi?id=49730
    
            'krit attempted to do that, but revert got stuck' (Requested
            by antonm on #webkit).
    
            * WebView/WebRenderLayer.mm:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72294 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    bb648061