Bug 82696

Summary: [Meta] Replace ReifiedTreeTraversal APIs with ComposedShadowTreeWalker.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita, shinyak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 82009, 83110    
Bug Blocks: 78585    

Description Hayato Ito 2012-03-29 23:29:19 PDT
ComposedShadowTreeWalker will be a preferred way to traverse a composed shadow tree.
Once ComposedShadowTreeWalker is available, we have to replace ReifiedTreeTraversal APIs with that.
Comment 1 Hayato Ito 2012-04-04 22:55:27 PDT
All dependent bugs are now fixed.