[webkit-reviews] review granted: [Bug 79008] Manage node distributions in ShadowRootList, instead of each ShadowRoots. : [Attachment 127924] rebased to ToT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 09:56:52 PST 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Hayato Ito
<hayato at chromium.org>'s request for review:
Bug 79008: Manage node distributions in ShadowRootList, instead of each
ShadowRoots.
https://bugs.webkit.org/show_bug.cgi?id=79008

Attachment 127924: rebased to ToT
https://bugs.webkit.org/attachment.cgi?id=127924&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=127924&action=review


> Source/WebCore/dom/ShadowRootList.h:50
> +    bool hasShadowRoot() const;
> +    ShadowRoot* youngestShadowRoot() const;
> +    ShadowRoot* oldestShadowRoot() const;

These changes look unrelated to the nature of the patch. Can you split them up
into a separate patch?


More information about the webkit-reviews mailing list