[webkit-reviews] review granted: [Bug 34268] Save additional memory in SVG*Element classes, by introducing SVGElementRareData : [Attachment 47623] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 10:26:30 PST 2010


Dirk Schulze <krit at webkit.org> has granted Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 34268: Save additional memory in SVG*Element classes, by introducing
SVGElementRareData
https://bugs.webkit.org/show_bug.cgi?id=34268

Attachment 47623: Patch
https://bugs.webkit.org/attachment.cgi?id=47623&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
> +	   SVGElementRareData works just like NodeRareData. Unlike
ElementRareData, we're not inheriting from
> +	   NodeRareData in SVG, as we don't need all the rare data stored
there, unlike Element.
Unlike unlike ;-)

r=me


More information about the webkit-reviews mailing list