Closed Bug 1477381 Opened 6 years ago Closed 6 years ago

JS::ubi::TracerConcrete<T>::edges should be a public method

Categories

(Core :: JavaScript Engine, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: KrisWright, Assigned: KrisWright)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

JS::ubi::Base::edges (https://searchfox.org/mozilla-central/rev/8384a6519437f5eefbe522196f9ddf5c8b1d3fb4/js/public/UbiNode.h#593) is a public method, but when TracerConcrete inherits from Base it is overridden with a private method. In order for TracerConcrete subclasses (such as in reporting the tracer edges from DOM reflector JSObjects) to call the superclass method it should stay public.
Assignee: nobody → kwright
Status: NEW → ASSIGNED
Attachment #8993780 - Flags: review?(nfitzgerald)
Attachment #8993780 - Flags: review?(nfitzgerald) → review?(erahm)
Attachment #8993780 - Flags: review?(erahm) → review+
Keywords: checkin-needed
https://hg.mozilla.org/integration/mozilla-inbound/rev/f4c0996b0c34b6561201eb28f6ffa0742a692ef6
Bug 1477381 - JS::ubi::TracerConcrete<Referent>::edges as a public method. r=erahm
https://hg.mozilla.org/mozilla-central/rev/f4c0996b0c34
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: