[webkit-reviews] review granted: [Bug 123267] Element iterator functions should take reference : [Attachment 215058] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 06:23:09 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 123267: Element iterator functions should take reference
https://bugs.webkit.org/show_bug.cgi?id=123267

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

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


> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2712
> +    for (auto area = areaDescendants.begin(), end = areaDescendants.end() ;
area != end; ++area) {

One extra space here.


More information about the webkit-reviews mailing list