[webkit-reviews] review granted: [Bug 82607] Shadow DOM is exposed in JS : [Attachment 135515] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 23:12:43 PDT 2012


Hajime Morrita <morrita at google.com> has granted Shinya Kawanaka
<shinyak at chromium.org>'s request for review:
Bug 82607: Shadow DOM is exposed in JS
https://bugs.webkit.org/show_bug.cgi?id=82607

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

------- Additional Comments from Hajime Morrita <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=135515&action=review


> Source/WebCore/page/DOMSelection.cpp:52
> +    if (!node->treeScope()->rootNode()->isShadowRoot())

can we use isInSahdowTree() here too?


More information about the webkit-reviews mailing list