[webkit-reviews] review granted: [Bug 75302] ShadowContentElement should be able to use query. : [Attachment 122168] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 23:22:35 PST 2012


MORITA Hajime <morrita at google.com> has granted Shinya Kawanaka
<shinyak at chromium.org>'s request for review:
Bug 75302: ShadowContentElement should be able to use query.
https://bugs.webkit.org/show_bug.cgi?id=75302

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

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


> Source/WebCore/dom/SelectorQuery.h:49
> +    bool matches(const SelectorChecker&, Node*) const;

You can make this Element* to remove assertion.


More information about the webkit-reviews mailing list