Bug 131403 - WTF should link against bmalloc
Summary: WTF should link against bmalloc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 15:48 PDT by Geoffrey Garen
Modified: 2014-04-09 16:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.04 KB, patch)
2014-04-08 15:48 PDT, Geoffrey Garen
no flags Details | Formatted Diff | Diff
Patch (4.71 KB, patch)
2014-04-09 16:14 PDT, Geoffrey Garen
mrowe: review+
Details | Formatted Diff | Diff

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