DescriptionPrepare |SVGDocumentExtensions::m_relativeLengthSVGRoots| for oilpan
|SVGDocumentExtensions::m_relativeLengthSVGRoots| is made a HashSet<Member<SVGSVGELement> > in oilpan.
This is valid in oilpan, because document and <svg> elements are guaranteed to die at the same time. When a <svg> element is removed from the document, |SVGSVGElement::removedFrom| would remove itself from the set.
BUG=357163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175865
Patch Set 1 #
Total comments: 3
Patch Set 2 : use strong ref #
Messages
Total messages: 11 (0 generated)
|