Closed
Bug 570946
Opened 15 years ago
Closed 15 years ago
warning: operation on 'siblingRole' may be undefined
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wolfiR, Unassigned)
References
Details
http://mxr.mozilla.org/mozilla-central/source/accessible/src/base/nsAccessible.cpp#3169
PRUint32 siblingRole = siblingRole = nsAccUtils::Role(sibling);
I cannot see how this can make sense and therefore should be fixed to:
PRUint32 siblingRole = nsAccUtils::Role(sibling);
Comment 1•15 years ago
|
||
this will be fixed as part of bug 541618
Comment 2•15 years ago
|
||
fixed by bug 541618
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•