[Webkit-unassigned] [Bug 120017] Remove NodeRenderingTraversal::ParentDetails

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


https://bugs.webkit.org/show_bug.cgi?id=120017


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209109|review?                     |review+
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-08-19 22:24:15 PST ---
(From update of attachment 209109)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list