Closed
Bug 970755
Opened 11 years ago
Closed 11 years ago
Rooting hazards in worker console
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: bzbarsky, Assigned: baku)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
I'm not sure how I missed this in review, but the on-stack Sequence<Value> added in bug 620935 are rooting hazards. We probably don't need to fix this on 29 because we don't have a moving GC there and the values themselves are rooted by the caller, but we should fix this for 30....
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8373902 -
Flags: review?(bzbarsky)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8373902 [details] [diff] [review]
harzard.patch
r=me
Attachment #8373902 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Assignee: nobody → amarchesini
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•