DescriptionOilpan: Fix a cycle caused by SVGPropertyTearOffBase::m_contextElement
For the reason described in the bug, using a Member for SVGPropertyTearOffBase::m_contextElement
causes a cycle. To break the cycle, this CL changes it to a raw pointer.
The raw pointer is safe because the context element is guaranteed to be kept alive
by a V8 wrapper of the SVG tear off object.
BUG=528275
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201796
Patch Set 1 #
Messages
Total messages: 10 (2 generated)
|