[Webkit-unassigned] [Bug 35967] Remove extra <new> include and add guards to operator new/delete definitions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 06:57:44 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35967





--- Comment #2 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2010-03-12 06:57:45 PST ---
(From update of attachment 50392)
> +#if defined(ENABLE_GLOBAL_FASTMALLOC_NEW)

Should this be the following instead ? 

+#if ENABLE(GLOBAL_FASTMALLOC_NEW)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list