[webkit-reviews] review requested: [Bug 32108] Allow custom memory allocation control for 2 classes of the platform directory in WebCore : [Attachment 44217] Patch

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


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

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

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

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

class SharedTimer	  - (its child class) workers/WorkerRunLoop.cpp:91

Inherits the following class from FastAllocBase because it is
instantiated by 'new':

class TransformOperations - rendering/style/RenderStyle.h:1175


More information about the webkit-reviews mailing list