Closed
Bug 543672
Opened 16 years ago
Closed 16 years ago
Warning: setting a property that has only a getter in fuelApplication.js' Utilities.free
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 3.7a1
People
(Reporter: dao, Assigned: dietrich)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
871 bytes,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•16 years ago
|
||
Attachment #424796 -
Flags: review?
| Assignee | ||
Updated•16 years ago
|
Attachment #424796 -
Flags: review? → review?(dao)
| Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 424796 [details] [diff] [review]
v1
I'm assuming this stuff would never be accessed after free()... Before bug 506471, the getters still worked theoretically after setting the private properties to null.
Attachment #424796 -
Flags: review?(dao) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
right, free() is only called at application shutdown.
http://hg.mozilla.org/mozilla-central/rev/9c1fa8995fca
Assignee: nobody → dietrich
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•