Bug 115393

Summary: fourthTier: String::utf8() should also be available as StringImpl::utf8() so that you don't have to ref() a StringImpl just to get its utf8()
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, kling, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 115300    
Attachments:
Description Flags
the patch ggaren: review+

Description Filip Pizlo 2013-04-29 18:39:50 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2013-04-29 18:41:53 PDT
Created attachment 200070 [details]
the patch
Comment 2 Andreas Kling 2013-04-29 19:04:34 PDT
Why not do this on trunk?
Comment 3 Filip Pizlo 2013-04-29 19:56:05 PDT
(In reply to comment #2)
> Why not do this on trunk?

I would be happy to merge this to trunk if that's what you mean.
Comment 4 Geoffrey Garen 2013-04-29 20:22:30 PDT
Comment on attachment 200070 [details]
the patch

r=me
Comment 5 Filip Pizlo 2013-04-29 21:49:58 PDT
Landed in http://trac.webkit.org/changeset/149351