Bug 84932 - Use String instead of RefPtr<StringImpl> for the cache of ObjcClass
Summary: Use String instead of RefPtr<StringImpl> for the cache of ObjcClass
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: EasyFix
Depends on:
Blocks:
 
Reported: 2012-04-25 23:05 PDT by Benjamin Poulain
Modified: 2012-04-26 14:59 PDT (History)
0 users

See Also:


Attachments
Patch (1.64 KB, patch)
2012-04-25 23:12 PDT, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>