Closed
Bug 1396896
Opened 7 years ago
Closed 7 years ago
SVGAElement doesn't need to be cycle collected any more
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: mccr8, Assigned: baku)
References
Details
Attachments
(1 file)
2.74 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
Peter noticed that this class doesn't need to be cycle collected any more. It looks like bug 1213815 removed the only things that traverse and unlink visited.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8904648 -
Flags: review?(continuation)
Reporter | ||
Comment 2•7 years ago
|
||
Comment on attachment 8904648 [details] [diff] [review]
svg.patch
Review of attachment 8904648 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks.
Attachment #8904648 -
Flags: review?(continuation) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d0bd5ff0d46f
SVGAElement doesn't need to be cycle collected any more, r=mccr8
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 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
•