[webkit-reviews] review granted: [Bug 17339] JavaScriptCore svn fails to build with gcc 4.3 : [Attachment 19107] fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 13 04:06:34 PST 2008


Darin Adler <darin at apple.com> has granted Bernhard Rosenkraenzer
<bero at arklinux.org>'s request for review:
Bug 17339: JavaScriptCore svn fails to build with gcc 4.3
http://bugs.webkit.org/show_bug.cgi?id=17339

Attachment 19107: fix
http://bugs.webkit.org/attachment.cgi?id=19107&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
I don't think PLATFORM(UNIX) is right for this. We probably want this on Mac OS
X too. It should be #if !PLATFORM(WIN_OS), as it is in TCMalloc.cpp, and to
match the #if in Interpreter::evaluate.

I'll take care of this.


More information about the webkit-reviews mailing list