Closed
Bug 614993
Opened 14 years ago
Closed 14 years ago
Assertion in the browser-chrome suite due to gPrivateBrowsingUI.uninit trying to remove its observers even if it hasn't registered them (ASSERTION: Oops! You're asking for a weak reference to an object that doesn't support that.: 'factoryPtr')
Categories
(Firefox :: Private Browsing, defect)
Tracking
()
RESOLVED
FIXED
Firefox 4.0b8
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
(Keywords: assertion)
Attachments
(1 file)
1.56 KB,
patch
|
Gavin
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
We should call removeObserver only if we have previously called addObserver...
Assignee | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Attachment #493433 -
Flags: review?(gavin.sharp)
Attachment #493433 -
Flags: review+
Attachment #493433 -
Flags: approval2.0+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•