Skip to content
  • eric@webkit.org's avatar
    Reviewed by Sam and Darin. · c79eaef4
    eric@webkit.org authored
            Fire a warning shot in DeprecatedChar's direction.
    
            Remove DeprecatedChar::isSpace() usage, in preparation for removing DeprecatedChar
            Remove a needless String -> DeprecatedString -> String conversion for <script> tags
    
            * css/MediaQueryEvaluator.cpp:
            (WebCore::parseAspectRatio):
            * css/SVGCSSParser.cpp:
            * dom/Position.cpp:
            (WebCore::Position::leadingWhitespacePosition):
            (WebCore::Position::trailingWhitespacePosition):
            * editing/TextIterator.cpp:
            (WebCore::WordAwareIterator::advance):
            * html/HTMLFontElement.cpp:
            (WebCore::parseFontSizeNumber):
            * html/HTMLTokenizer.cpp:
            (WebCore::HTMLTokenizer::scriptHandler):
            (WebCore::HTMLTokenizer::scriptExecution):
            (WebCore::HTMLTokenizer::notifyFinished):
            * html/HTMLTokenizer.h:
            * loader/CachedCSSStyleSheet.cpp:
            * loader/TextResourceDecoder.cpp:
            * platform/graphics/mac/MediaPlayerPrivateQTKit.mm:
            * platform/mac/ClipboardMac.mm:
            (WebCore::ClipboardMac::getData):
            * platform/network/HTTPParsers.cpp:
            (WebCore::extractMIMETypeFromMediaType):
            * platform/text/PlatformString.h:
            * platform/text/StringImpl.cpp:
            (WebCore::parseLength):
            (WebCore::StringImpl::stripWhiteSpace):
            (WebCore::StringImpl::simplifyWhiteSpace):
            (WebCore::StringImpl::toInt):
            (WebCore::StringImpl::toInt64):
            (WebCore::StringImpl::toUInt64):
            * platform/text/StringImpl.h:
            (WebCore::isSpaceOrNewline):
            * rendering/InlineFlowBox.cpp:
            (WebCore::InlineFlowBox::placeBoxesHorizontally):
            * rendering/RenderBlock.cpp:
            (WebCore::RenderBlock::updateFirstLetter):
            * rendering/bidi.cpp:
            (WebCore::RenderBlock::computeHorizontalPositionsForLine):
            * svg/SVGFontFaceElement.cpp:
            (WebCore::mapAttributeToCSSProperty):
            * svg/SVGLength.cpp:
            * svg/SVGStyledElement.cpp:
            (WebCore::mapAttributeToCSSProperty):
            * xml/XPathParser.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29805 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c79eaef4