[webkit-reviews] review requested: [Bug 51672] [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is used : [Attachment 77545] Fixed usage of USE_SYSTEM_MALLOC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 28 02:52:41 PST 2010


Konstantin Tokarev <annulen at yandex.ru> has asked  for review:
Bug 51672: [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
used
https://bugs.webkit.org/show_bug.cgi?id=51672

Attachment 77545: Fixed usage of USE_SYSTEM_MALLOC
https://bugs.webkit.org/attachment.cgi?id=77545&action=review

------- Additional Comments from Konstantin Tokarev <annulen at yandex.ru>
Currently wtf/wtf.pri checks for USE_SYSTEM_MALLOC presence. However
build-webkit script sets USE_SYSTEM_MALLOC=1 if --system-malloc key is
added (compare with, e.g., ENABLE_GLIB_SUPPORT=1).
    
This patch improves consistency of USE_SYSTEM_MALLOC usage across build
system


More information about the webkit-reviews mailing list