Closed
Bug 669810
Opened 13 years ago
Closed 13 years ago
IndexedDB: IDBDatabase has an unused field mOnBlockedListener
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: mccr8, Assigned: emorley)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
Doing cycle collector analysis, I noticed that the field mOnBlockedListener in IDBDatabase isn't in Traverse/Unlink, but bent said it can just be eliminated.
The field of this class is never accessed anywhere: http://mxr.mozilla.org/mozilla-central/search?string=mOnBlockedListener
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #550981 -
Attachment is obsolete: true
Attachment #551033 -
Flags: review?(bent.mozilla)
Attachment #550981 -
Flags: review?(bent.mozilla)
Updated•13 years ago
|
Attachment #551033 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Keywords: checkin-needed
Updated•13 years ago
|
Keywords: checkin-needed
Whiteboard: [inbound]
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Component: DOM → DOM: IndexedDB
Target Milestone: mozilla8 → ---
Version: Trunk → unspecified
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•