Bug 27290 - Fix the DumpRenderTree GTK+ build
Summary: Fix the DumpRenderTree GTK+ build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-15 01:13 PDT by Zoltan Horvath
Modified: 2009-07-15 02:19 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.06 KB, patch)
2009-07-15 01:14 PDT, Zoltan Horvath
jmalonzo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.