Closed Bug 1619690 Opened 5 years ago Closed 5 years ago

Innocuous tracing error with FunctionCreationData

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla75
Tracking Status
firefox-esr68 --- unaffected
firefox73 --- unaffected
firefox74 --- unaffected
firefox75 --- fixed

People

(Reporter: mgaudet, Assigned: mgaudet)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

When I approved Bug 1609504, I somehow forgot that FunctionCreationData was a GC traced type, and so didn't notice that when the second patch was applied there we lost the tracing.

The only field that's traced there is the atom field, which means that this failure to trace is innocuous, (because of AutoKeepAtoms), but I'm looking at doing some work in this neighbourhood that would require the tracing to be more correct, and so it's worth correcting this.

Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/fc49c69ceef4 Fix Innocuous tracing error with FunctionCreationData r=caroline
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: