[Webkit-unassigned] [Bug 120563] Add element ancestor iterator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 31 13:10:18 PDT 2013


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


Andreas Kling <akling at apple.com> changed:

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




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-08-31 13:09:39 PST ---
(From update of attachment 210201)
View in context: https://bugs.webkit.org/attachment.cgi?id=210201&action=review

> Source/WebCore/ChangeLog:22
> +        auto lineage = elementLineage(this);
> +        for (auto it = lineage.begin(), end = lineage.end(); it != end; ++it) {
> +            Element& element = *it;
> +            ...

Poetic.

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