Bug 32105 - Allow custom memory allocation control for the xml directory in WebCore
Summary: Allow custom memory allocation control for the xml directory in WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 01:02 PST by Zoltan Horvath
Modified: 2009-12-03 23:50 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.10 KB, patch)
2009-12-03 01:02 PST, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2009-12-03 01:02:28 PST
Created attachment 44212 [details]
Patch

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
Comment 1 WebKit Review Bot 2009-12-03 01:02:52 PST
style-queue ran check-webkit-style on attachment 44212 [details] without any errors.
Comment 2 Zoltan Horvath 2009-12-03 23:50:33 PST
Comment on attachment 44212 [details]
Patch

Clearing flags on attachment: 44212

Committed r51683: <http://trac.webkit.org/changeset/51683>
Comment 3 Zoltan Horvath 2009-12-03 23:50:42 PST
All reviewed patches have been landed.  Closing bug.