Skip to content
  • adamk@chromium.org's avatar
    Rename ContainerNode::parserAddChild "parserAppendChild" for consistency · f7d1f541
    adamk@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=97254
    
    Reviewed by Adam Barth.
    
    No functional change, all the below changes are simple renames.
    
    * dom/ContainerNode.cpp:
    (WebCore::ContainerNode::takeAllChildrenFrom):
    (WebCore::ContainerNode::parserAppendChild):
    * dom/ContainerNode.h:
    (ContainerNode):
    * dom/DOMImplementation.cpp:
    (WebCore::DOMImplementation::createDocument):
    * editing/markup.cpp:
    (WebCore::createFragmentForTransformToFragment):
    * html/HTMLViewSourceDocument.cpp:
    (WebCore::HTMLViewSourceDocument::createContainingTable):
    (WebCore::HTMLViewSourceDocument::addSpanWithClassName):
    (WebCore::HTMLViewSourceDocument::addLine):
    (WebCore::HTMLViewSourceDocument::finishLine):
    (WebCore::HTMLViewSourceDocument::addText):
    (WebCore::HTMLViewSourceDocument::addBase):
    (WebCore::HTMLViewSourceDocument::addLink):
    * html/parser/HTMLConstructionSite.cpp:
    (WebCore::executeTask):
    * html/parser/HTMLTreeBuilder.cpp:
    (WebCore::HTMLTreeBuilder::callTheAdoptionAgency):
    * html/track/WebVTTParser.cpp:
    (WebCore::WebVTTParser::constructTreeFromToken):
    * xml/XMLErrors.cpp:
    (WebCore::createXHTMLParserErrorHeader):
    (WebCore::XMLErrors::insertErrorMessageBlock):
    * xml/parser/XMLDocumentParser.cpp:
    (WebCore::XMLDocumentParser::enterText):
    (WebCore::XMLDocumentParser::parseDocumentFragment):
    * xml/parser/XMLDocumentParserLibxml2.cpp:
    (WebCore::XMLDocumentParser::startElementNs):
    (WebCore::XMLDocumentParser::processingInstruction):
    (WebCore::XMLDocumentParser::cdataBlock):
    (WebCore::XMLDocumentParser::comment):
    (WebCore::XMLDocumentParser::internalSubset):
    * xml/parser/XMLDocumentParserQt.cpp:
    (WebCore::XMLDocumentParser::parseStartElement):
    (WebCore::XMLDocumentParser::parseProcessingInstruction):
    (WebCore::XMLDocumentParser::parseCdata):
    (WebCore::XMLDocumentParser::parseComment):
    (WebCore::XMLDocumentParser::parseDtd):
    * xml/parser/XMLTreeBuilder.cpp:
    (WebCore::XMLTreeBuilder::processDOCTYPE):
    (WebCore::XMLTreeBuilder::processStartTag):
    (WebCore::XMLTreeBuilder::add):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129164 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    f7d1f541