DescriptionOilpan: pull SVGPropertyBase off the heap.
Having the SVG property base class derive from RefCountedGarbageCollected,
but its derived classes all be created and kept as ref-counted pointers
doesn't bring any benefits.
Revert back to deriving from RefCounted<> until the entire SVG property
hierarchy can be moved to the Oilpan heap, and ref-counts be avoided
altogether for these objects.
R=haraken
BUG=340522
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184600
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|