Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W webkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • App_Technologies
  • webkit
  • Repository

Switch branch/tag
  • webkit
  • Source
  • WebCore
  • ChangeLog
Find file BlameHistoryPermalink
  • antti@apple.com's avatar
    Remove branch from DescendantIteratorAdapter::begin() when invoking for ContainerNode · 4e851ef4
    antti@apple.com authored Aug 27, 2013
    https://bugs.webkit.org/show_bug.cgi?id=120358
    
    Reviewed by Andreas Kling.
    
    * dom/ContainerNode.h:
            
        Delete isContainerNode() so it can't be called if there is static knowledge that the object is a ContainerNode.
    
    * dom/DescendantIterator.h:
    (WebCore::::DescendantIterator):
    
        Make DescendantIterator use Node* as root instead of ContainerNode*. It is only used for equality comparison.
    
    (WebCore::::begin):
            
        Remove branch. Rely on ElementTraversal specialization for ContainerNodes.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@154682 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4e851ef4

Replace ChangeLog

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.