Bug 104342

Summary: [Shadow DOM][Refactoring] Node::containingShadowRoot() should use treeScope()
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: shinyak, webcomponents-bugzilla
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 72352    

Description Hajime Morrita 2012-12-06 22:42:17 PST
Suggested at Bug 102912. We don't need to walk up the DOM tree.
Comment 1 Shinya Kawanaka 2013-01-22 01:12:00 PST
It seems we're using treeScope() already.
Let's close.

*** This bug has been marked as a duplicate of bug 106494 ***
Comment 2 Hajime Morrita 2013-01-22 02:13:56 PST
Good catch. Thanks for the update.