[webkit-reviews] review granted: [Bug 26078] Allow custom memory allocation control in JavaScriptCore's interpreter : [Attachment 30775] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 31 23:22:31 PDT 2009


Darin Adler <darin at apple.com> has granted Zoltan Horvath
<Horvath.Zoltan.6 at stud.u-szeged.hu>'s request for review:
Bug 26078: Allow custom memory allocation control in JavaScriptCore's
interpreter
https://bugs.webkit.org/show_bug.cgi?id=26078

Attachment 30775: proposed patch
https://bugs.webkit.org/attachment.cgi?id=30775&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> -    class Interpreter {
> +    class Interpreter : public WTF::FastAllocBase {

Don't need the namespace prefix.

r=me


More information about the webkit-reviews mailing list