[Webkit-unassigned] [Bug 33393] Remove unnecessary #include in FastMalloc.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 13:47:28 PST 2010


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





--- Comment #5 from Yong Li <yong.li.webkit at gmail.com>  2010-01-08 13:47:28 PST ---
(In reply to comment #4)
> (From update of attachment 46150 [details])
> It's clear that the <stdlib.h> include is not needed because FastMalloc.h
> includes it. There is no use of pthread down here and there is an include of
> pthread.h above for the case where we need it. But how did you determine the
> windows.h include was not needed? I'll take your word for it.

I cannot see any #if OS(WINOS) or something similar inside #ifdef
FORCE_SYSTEM_MALLOC block. Also, I successfully made FastMalloc build for win32
with forcing FORCE_SYSTEM_MALLOC=1 :) Will commit it soon and monitor the
buildbots.

-- 
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