Bug 43816 - Remove UStringImpl
Summary: Remove UStringImpl
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-10 15:31 PDT by Gavin Barraclough
Modified: 2010-08-10 16:19 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2010-08-10 15:31:06 PDT
The class was actually removed a long time ago, replaced by StringImpl.  UStringImpl is just a typedef onto StringImpl.  Remove this.
Comment 1 Gavin Barraclough 2010-08-10 16:19:20 PDT
fixed in r65099