Closed Bug 1099015 Opened 10 years ago Closed 10 years ago

XPCWrappedNativeTearOff::mJSObject should be a TenuredHeap<JSObject*>

Categories

(Core :: XPConnect, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: jonco, Assigned: jonco)

Details

Attachments

(1 file)

We'd like to replace all raw JSObject pointers on the heap with either Heap<> or TenuredHeap<> as appropriate, to ensure that the correct barriers are used. 

This one should be a TenuredHeap<>.
Attachment #8522833 - Flags: review?(bobbyholley)
Attachment #8522833 - Flags: review?(bobbyholley) → review+
https://hg.mozilla.org/mozilla-central/rev/53ea03a4c746
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in before you can comment on or make changes to this bug.