Bug 36871 - Remove JSC::CString
Summary: Remove JSC::CString
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 00:16 PDT by Gavin Barraclough
Modified: 2010-03-31 13:55 PDT (History)
1 user (show)

See Also:


Attachments
The patch (7.72 KB, patch)
2010-03-31 00:20 PDT, Gavin Barraclough
no flags Details | Formatted Diff | Diff
New patch – fix sorting of JSC exports (9.17 KB, patch)
2010-03-31 00:26 PDT, Gavin Barraclough
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2010-03-31 00:16:56 PDT
Use WTF::CString instead (which until recently was WebCore::CString).
Comment 1 Gavin Barraclough 2010-03-31 00:20:53 PDT
Created attachment 52133 [details]
The patch
Comment 2 Gavin Barraclough 2010-03-31 00:26:45 PDT
Created attachment 52134 [details]
New patch – fix sorting of JSC exports
Comment 3 Geoffrey Garen 2010-03-31 09:24:58 PDT
Comment on attachment 52134 [details]
New patch – fix sorting of JSC exports

r=me assuming performance is ok
Comment 4 Gavin Barraclough 2010-03-31 13:37:06 PDT
Transmitting file data .......
Committed revision 56864.
Comment 5 Eric Seidel (no email) 2010-03-31 13:46:43 PDT
Looks like this broke Windows.
Comment 6 Gavin Barraclough 2010-03-31 13:55:26 PDT
(In reply to comment #5)
> Looks like this broke Windows.

D'oh, thank you, on it now.