Closed
Bug 615841
Opened 14 years ago
Closed 14 years ago
ourA11yNotification is only used in nsFrameManager::ReResolveStyleContext ifdef ACCESSIBILITY
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
971 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
approval2.0+
|
Details | Diff | Splinter Review |
#ifdef ACCESSIBILITY
A11yNotificationType ourA11yNotification = eDontNotify;
layout/base/nsFrameManager.cpp:
In member function ‘nsChangeHint nsFrameManager::ReResolveStyleContext(nsPresContext*, nsIFrame*, nsIContent*, nsStyleChangeList*, nsChangeHint, nsRestyleHint, mozilla::css::RestyleTracker&, nsFrameManager::DesiredA11yNotifications, nsTArray<nsIContent*, nsTArrayDefaultAllocator>&)’:
1416: warning: unused variable ‘ourA11yNotification’
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #494354 -
Flags: review?(bzbarsky)
Attachment #494354 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #494354 -
Flags: review?(bzbarsky)
Attachment #494354 -
Flags: review+
Attachment #494354 -
Flags: approval2.0?
Attachment #494354 -
Flags: approval2.0+
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•