[webkit-reviews] review granted: [Bug 120563] Add element ancestor iterator : [Attachment 210201] patch

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


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 120563: Add element ancestor iterator
https://bugs.webkit.org/show_bug.cgi?id=120563

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

------- Additional Comments from Andreas Kling <akling at apple.com>
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.


More information about the webkit-reviews mailing list