RESOLVED FIXED 123267
Element iterator functions should take reference
https://bugs.webkit.org/show_bug.cgi?id=123267
Summary Element iterator functions should take reference
Antti Koivisto
Reported 2013-10-24 06:13:38 PDT
The argument has to be non-null.
Attachments
patch (68.42 KB, patch)
2013-10-24 06:15 PDT, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2013-10-24 06:15:50 PDT
Andreas Kling
Comment 2 2013-10-24 06:21:56 PDT
Comment on attachment 215058 [details] patch 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.
Antti Koivisto
Comment 3 2013-10-24 06:24:56 PDT
Note You need to log in before you can comment on or make changes to this bug.