Bug 104342 - [Shadow DOM][Refactoring] Node::containingShadowRoot() should use treeScope()
Summary: [Shadow DOM][Refactoring] Node::containingShadowRoot() should use treeScope()
Status: RESOLVED DUPLICATE of bug 106494
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 72352
  Show dependency treegraph
 
Reported: 2012-12-06 22:42 PST by Hajime Morrita
Modified: 2013-01-22 02:13 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.