[Webkit-unassigned] [Bug 93347] showNodePath should show the age of ShadowRoot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 22:59:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93347





--- Comment #2 from Shinya Kawanaka <shinyak at chromium.org>  2012-08-07 23:00:07 PST ---
(From update of attachment 157113)
View in context: https://bugs.webkit.org/attachment.cgi?id=157113&action=review

> Source/WebCore/dom/Node.cpp:2135
> +            for (ShadowRoot* shadowRoot = oldestShadowRootFor(toShadowRoot(node)->host()); shadowRoot && shadowRoot != node; shadowRoot = shadowRoot->youngerShadowRoot())

In this patch, the oldest shadow root is 0 and its younger shadow root is 1. Right?
I'm OK if it's consistent though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list