Closed
Bug 1069065
Opened 10 years ago
Closed 10 years ago
cycle collect ImportRule
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
ImportRule is not cycle collected at the moment, but it keep strong references to two other objects that are. It doesn't seem to be a problem currently, but in bug 1028497 I will add some links back from a rule to the document/window, so we'll need to note the links for that not to leak.
Attachment #8491207 -
Flags: review?(bzbarsky)
Comment 1•10 years ago
|
||
Comment on attachment 8491207 [details] [diff] [review]
patch
r=me
Attachment #8491207 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•