Bug 131403

Summary: WTF should link against bmalloc
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch mrowe: review+

Description Geoffrey Garen 2014-04-08 15:48:15 PDT
WTF should link against bmalloc
Comment 1 Geoffrey Garen 2014-04-08 15:48:40 PDT
Created attachment 228903 [details]
Patch
Comment 2 Michael Saboff 2014-04-08 15:50:11 PDT
Comment on attachment 228903 [details]
Patch

r=me
Comment 3 Geoffrey Garen 2014-04-08 15:51:49 PDT
Committed r166972: <http://trac.webkit.org/changeset/166972>
Comment 4 Mark Rowe (bdash) 2014-04-08 15:53:28 PDT
Comment on attachment 228903 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=228903&action=review

> Source/WTF/WTF.xcodeproj/project.pbxproj:573
> +		14DD78D418F4B0BE00950702 /* Frameworks */ = {

Libraries might be a better name for this.
Comment 5 Geoffrey Garen 2014-04-09 16:12:43 PDT
Not quite working yet.
Comment 6 Geoffrey Garen 2014-04-09 16:14:20 PDT
Created attachment 228998 [details]
Patch
Comment 7 Geoffrey Garen 2014-04-09 16:17:18 PDT
Committed r167049: <http://trac.webkit.org/changeset/167049>