Bug 104342
| Summary: | [Shadow DOM][Refactoring] Node::containingShadowRoot() should use treeScope() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
| Component: | DOM | Assignee: | 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 | ||
Hajime Morrita
Suggested at Bug 102912. We don't need to walk up the DOM tree.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
It seems we're using treeScope() already.
Let's close.
*** This bug has been marked as a duplicate of bug 106494 ***
Hajime Morrita
Good catch. Thanks for the update.