Closed Bug 570946 Opened 15 years ago Closed 15 years ago

warning: operation on 'siblingRole' may be undefined

Categories

(Core :: Disability Access APIs, defect)

All
Linux
defect
Not set
normal

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);
this will be fixed as part of bug 541618
Depends on: 541618
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.