Bug 27290

Summary: Fix the DumpRenderTree GTK+ build
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jmalonzo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
proposed patch jmalonzo: review+

Description Zoltan Horvath 2009-07-15 01:13:42 PDT
Set USE_SYSTEM_MALLOC macro for the DumpRenderTree build to disable using TCmalloc in DumpRenderTree.
Comment 1 Zoltan Horvath 2009-07-15 01:14:56 PDT
Created attachment 32770 [details]
proposed patch
Comment 2 Jan Alonzo 2009-07-15 01:25:19 PDT
Comment on attachment 32770 [details]
proposed patch

>  dumprendertree_cppflags := \
> +	-DUSE_SYSTEM_MALLOC \

Ok. r=me.
Comment 3 Jan Alonzo 2009-07-15 02:19:28 PDT
Landed in http://trac.webkit.org/changeset/45900.