[webkit-reviews] review requested: [Bug 32107] Allow custom memory allocation control for the svg directory in WebCore : [Attachment 44216] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 01:36:08 PST 2009


Zoltan Horvath <zoltan at webkit.org> has asked  for review:
Bug 32107: Allow custom memory allocation control for the svg directory in
WebCore
https://bugs.webkit.org/show_bug.cgi?id=32107

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

------- Additional Comments from Zoltan Horvath <zoltan at webkit.org>
Inherits the following classes from Noncopyable because these are instantiated
by 'new' and no need to be copyable:

class/struct name	    - instantiated at: WebCore/'location'

struct ResourceSet	    - svg/graphics/SVGResource.cpp:148
class SVGFontData	    - css/CSSFontFaceSource.cpp:156
class SVGDocumentExtensions - dom/Document.cpp:3962
class SVGViewSpec	    - svg/SVGSVGElement.cpp:191


More information about the webkit-reviews mailing list