[webkit-reviews] review requested: [Bug 32105] Allow custom memory allocation control for the xml directory in WebCore : [Attachment 44212] Patch

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


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

Attachment 44212: Patch
https://bugs.webkit.org/attachment.cgi?id=44212&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'

struct XMLHttpRequestStaticData - xml/XMLHttpRequest.cpp:134

Inherits the following classes from FastAllocBase because these are
instantiated by 'new':

class NodeTest			- xml/XPathGrammar.y:258
class NodeSet			- xml/XPathValue.cpp:52
struct EvaluationContext	- xml/XPathExpressionNode.cpp:40


More information about the webkit-reviews mailing list