DescriptionSVGViewSpec wrapper should keep its context SVGSVGElement wrapper alive.
There seems to be some cases where a SVGSVGElement wrapper is gc-ed while the SVGSVGElement is alive.
However, |m_transform| and other properties held by SVGViewSpec manage its lifetime via the SVGSVGElement v8 wrapper.
This patch avoids the situation by keeping the context SVGSVGElement wrapper alive from SVGViewSpec wrapper.
BUG=379998
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175772
Patch Set 1 #Patch Set 2 : fix compile #Patch Set 3 : rebaseline #
Messages
Total messages: 10 (0 generated)
|