[webkit-reviews] review granted: [Bug 33393] Remove unnecessary #include in FastMalloc.cpp : [Attachment 46150] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 13:38:36 PST 2010


Darin Adler <darin at apple.com> has granted Yong Li <yong.li.webkit at gmail.com>'s
request for review:
Bug 33393: Remove unnecessary #include in FastMalloc.cpp
https://bugs.webkit.org/show_bug.cgi?id=33393

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

------- Additional Comments from Darin Adler <darin at apple.com>
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.


More information about the webkit-reviews mailing list