RESOLVED FIXED Bug 48125
Further preparations to deploy the new SVGAnimatedProperty concept for the rest of the SVG datatypes
https://bugs.webkit.org/show_bug.cgi?id=48125
Summary Further preparations to deploy the new SVGAnimatedProperty concept for the re...
Nikolas Zimmermann
Reported 2010-10-22 05:30:03 PDT
SVGListPropertyTearOff & friends need some futher tweaks, to allow more datatypes to use them.
Attachments
Patch (21.56 KB, patch)
2010-10-22 05:33 PDT, Nikolas Zimmermann
no flags
Patch v2 (21.77 KB, patch)
2010-10-22 06:13 PDT, Nikolas Zimmermann
krit: review+
Nikolas Zimmermann
Comment 1 2010-10-22 05:33:29 PDT
Nikolas Zimmermann
Comment 2 2010-10-22 06:13:17 PDT
Created attachment 71557 [details] Patch v2 Ouch, forgot the destructor. SVGPropertyTearOff does it right, SVGListPropertyTearOff also needs to delete m_values if m_valuesIsCopy=true. The code is yet unused, when I convert SVGStringList to use this new code, I would have noticed it on a leaks run...
Dirk Schulze
Comment 3 2010-10-22 06:25:12 PDT
Comment on attachment 71557 [details] Patch v2 LGTM. r=me
Nikolas Zimmermann
Comment 4 2010-10-22 06:26:58 PDT
Landed in r70303.
Note You need to log in before you can comment on or make changes to this bug.