[Webkit-unassigned] [Bug 51672] New: [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is used

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


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

           Summary: [Qt] Don't build wtf/TCSystemAlloc.cpp if
                    --system-malloc option is used
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annulen at yandex.ru



Konstantin Tokarev <annulen at yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77545|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=77545)
 --> (https://bugs.webkit.org/attachment.cgi?id=77545&action=review)
Fixed usage of USE_SYSTEM_MALLOC

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

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