Closed
Bug 1376899
Opened 9 years ago
Closed 9 years ago
Remove unused isZoneGC parameter from finalize callback
Categories
(Core :: JavaScript: GC, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
9.32 KB,
patch
|
sfink
:
review+
mccr8
:
review+
|
Details | Diff | Splinter Review |
JSFinalizeCallback has an isZoneGC callback which is not used any more. We should remove it.
Updated•9 years ago
|
Summary: Remove unused isZoneGC paramter from finalize callback → Remove unused isZoneGC parameter from finalize callback
| Assignee | ||
Comment 1•9 years ago
|
||
Patch to remove the unused parameter.
Assignee: nobody → jcoppeard
Attachment #8901262 -
Flags: review?(sphink)
| Assignee | ||
Updated•9 years ago
|
Attachment #8901262 -
Flags: review?(continuation)
Comment 2•9 years ago
|
||
Comment on attachment 8901262 [details] [diff] [review]
bug1376899-remove-unused-param
Review of attachment 8901262 [details] [diff] [review]:
-----------------------------------------------------------------
r=me for the XPConnect changes.
Attachment #8901262 -
Flags: review?(continuation) → review+
Updated•9 years ago
|
Attachment #8901262 -
Flags: review?(sphink) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dfdb1806e6c7
Remove unused isZoneGC parameter from GC finalize callback r=sfink r=mccr8
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•