[webkit-reviews] review granted: [Bug 108191] Consolidate the way WTF_USE_PTHREADS is enabled : [Attachment 186260] cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 13:07:55 PST 2013


Benjamin Poulain <benjamin at webkit.org> has granted Laszlo Gombos
<laszlo.gombos at webkit.org>'s request for review:
Bug 108191: Consolidate the way WTF_USE_PTHREADS is enabled
https://bugs.webkit.org/show_bug.cgi?id=108191

Attachment 186260: cleanup
https://bugs.webkit.org/attachment.cgi?id=186260&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=186260&action=review


> Source/WTF/wtf/Platform.h:668
> +#if OS(UNIX)
>  #define WTF_USE_PTHREADS 1
>  #endif

Instead, consolidate the OS(UNIX) section. Remove this one and move
WTF_USE_PTHREADS to the existing section.


More information about the webkit-reviews mailing list