Bug 43817 - Remove UString::Rep
Summary: Remove UString::Rep
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 17:12 PDT by Gavin Barraclough
Modified: 2010-08-10 17:16 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 17:12:05 PDT
UString::Rep has for a long time been replaced by UStringImpl (Rep remaining as a typedef).  UStringImpl has since been removed too (unified with StringImpl).
Remove Rep, rename rep() to impl() and m_rep to m_impl.  Also add impl() method to Identifier, and rename its UString member from _ustring to m_string.
Comment 1 Gavin Barraclough 2010-08-10 17:16:55 PDT
fixed in r65104