[Webkit-unassigned] [Bug 119676] Move some Document recalcStyle code to StyleResolveTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 03:19:54 PDT 2013


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


Andreas Kling <akling at apple.com> changed:

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




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-08-12 03:19:30 PST ---
(From update of attachment 208524)
View in context: https://bugs.webkit.org/attachment.cgi?id=208524&action=review

r=me

> Source/WebCore/style/StyleResolveTree.cpp:299
> +    for (Node* child = document->firstChild(); child; child = child->nextSibling()) {
> +        if (!child->isElementNode())
> +            continue;
> +        Element* elementChild = toElement(child);

We should make ElementTraversal support this case.

-- 
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