WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2013-10-24 06:15:50 PDT
Created
attachment 215058
[details]
patch
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
https://trac.webkit.org/r157924
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug