[webkit-reviews] review granted: [Bug 120017] Remove NodeRenderingTraversal::ParentDetails : [Attachment 209109] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 22:24:44 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 120017: Remove NodeRenderingTraversal::ParentDetails
https://bugs.webkit.org/show_bug.cgi?id=120017

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=209109&action=review


r=me

> Source/WebCore/css/StyleResolver.cpp:-834
> -    if (state.distributedToInsertionPoint()) {
> -	   if (Element* parent = element->parentElement()) {
> -	       if (RenderStyle* styleOfShadowHost = parent->renderStyle())
> -		  
state.style()->setUserModify(styleOfShadowHost->userModify());
> -	   }
> -    }

Heh, I was here just the other day trying to figure out how to reach this code.


More information about the webkit-reviews mailing list