Bug 36871

Summary: Remove JSC::CString
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
The patch
none
New patch – fix sorting of JSC exports ggaren: review+

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.