DescriptionTracing HeapListHashSet<> iterators.
The HeapListHashSet<> iterators keep a pair of heap references, which
really should be traced like any other such reference during GCs. This
isn't unsafe for the stack allocated uses of these iterators, but one
Blink object (CSSSegmentedFontFace) keeps an iterator as a field on the
heap, we really have to trace these on-heap part object iterators.
Add the needed infrastructure and use it for CSSSegmentedFontFace.
R=haraken
BUG=672030
Committed: https://crrev.com/de25fdc5de7ddb6353360e9424cef0792d70587e
Cr-Commit-Position: refs/heads/master@{#439748}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 17 (11 generated)
|