DescriptionOilpan: fix ref counting of derived SVG property objects.
Following r183582, RefCountedGarbageCollected<T>::m_refCount is left as
0. This is incompatible with the derived SVG objects which have a base
object (SVGPropertyBase) that's a RefCountedGarbageCollected<> object,
but the derived objects are all exposed as if they were deriving from
a RefCounted<T> base.
Adjust the ref count upon construction of SVGPropertyBase to provide
that illusion.
TBR=haraken,oilpan-reviews
BUG=340522
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183586
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|