[webkit-reviews] review granted: [Bug 102912] [Shadow DOM] Implement Element::shadowRoot with prefix : [Attachment 178151] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 21:04:13 PST 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Hajime Morrita
<morrita at google.com>'s request for review:
Bug 102912: [Shadow DOM] Implement Element::shadowRoot with prefix
https://bugs.webkit.org/show_bug.cgi?id=102912

Attachment 178151: Patch
https://bugs.webkit.org/attachment.cgi?id=178151&action=review

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


> Source/WebCore/dom/Node.cpp:1381
>      while (root) {

Whoa -- why is this not a treeScope lookup?


More information about the webkit-reviews mailing list