Bug 84932

Summary: Use String instead of RefPtr<StringImpl> for the cache of ObjcClass
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebCore Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal Keywords: EasyFix
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Benjamin Poulain 2012-04-25 23:05:14 PDT
I think that might make the code easier to understand.
Comment 1 Benjamin Poulain 2012-04-25 23:12:43 PDT
Created attachment 138939 [details]
Patch
Comment 2 Andreas Kling 2012-04-26 13:48:29 PDT
Comment on attachment 138939 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2012-04-26 14:59:48 PDT
Committed r115375: <http://trac.webkit.org/changeset/115375>