[webkit-reviews] review granted: [Bug 101116] Text nodes in shadow roots don't inherit style properly : [Attachment 172539] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 09:36:06 PST 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Takashi Sakamoto
<tasak at google.com>'s request for review:
Bug 101116: Text nodes in shadow roots don't inherit style properly
https://bugs.webkit.org/show_bug.cgi?id=101116

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

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


> Source/WebCore/dom/Text.cpp:267
> +	   Node* parentForStyle = parent->isShadowRoot() ?
> +	       toShadowRoot(parent)->shadowHost() :
> +	       parent;

This should probably be just one line.


More information about the webkit-reviews mailing list