Skip to content
  • andersca's avatar
    2006-09-26 Anders Carlsson <acarlsson@apple.com> · 26326314
    andersca authored
            Reviewed by Maciej.
    
            http://bugzilla.opendarwin.org/show_bug.cgi?id=10820
            Add StringImpl::toDouble() and remove uses of .deprecatedString().toDouble()
            
            (Originally written by Eric Seidel).
            
            * bindings/js/kjs_window.cpp:
            (KJS::floatFeature):
            * ksvg2/svg/SVGAngle.cpp:
            (SVGAngle::setValueAsString):
            * ksvg2/svg/SVGAnimationElement.cpp:
            (SVGAnimationElement::parseMappedAttribute):
            * ksvg2/svg/SVGComponentTransferFunctionElement.cpp:
            (SVGComponentTransferFunctionElement::parseMappedAttribute):
            * ksvg2/svg/SVGFECompositeElement.cpp:
            (WebCore::SVGFECompositeElement::parseMappedAttribute):
            * ksvg2/svg/SVGFEDiffuseLightingElement.cpp:
            (WebCore::SVGFEDiffuseLightingElement::parseMappedAttribute):
            * ksvg2/svg/SVGFEDisplacementMapElement.cpp:
            (SVGFEDisplacementMapElement::parseMappedAttribute):
            * ksvg2/svg/SVGFELightElement.cpp:
            (SVGFELightElement::parseMappedAttribute):
            * ksvg2/svg/SVGFEOffsetElement.cpp:
            (WebCore::SVGFEOffsetElement::parseMappedAttribute):
            * ksvg2/svg/SVGFESpecularLightingElement.cpp:
            (SVGFESpecularLightingElement::parseMappedAttribute):
            * ksvg2/svg/SVGFETurbulenceElement.cpp:
            (WebCore::SVGFETurbulenceElement::parseMappedAttribute):
            * ksvg2/svg/SVGStopElement.cpp:
            (SVGStopElement::parseMappedAttribute):
            * platform/AtomicString.h:
            (WebCore::AtomicString::toDouble):
            * platform/PlatformString.h:
            * platform/String.cpp:
            (WebCore::String::toDouble):
            * platform/StringImpl.cpp:
            (WebCore::StringImpl::toDouble):
            * platform/StringImpl.h:
            * rendering/DeprecatedSlider.cpp:
            (WebCore::DeprecatedSlider::updateFromElement):
            * xml/XPathGrammar.y:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16568 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    26326314