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: | JavaScriptCore | Assignee: | 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
Filip Pizlo
2013-04-29 18:39:50 PDT
Created attachment 200070 [details]
the patch
Why not do this on trunk? (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 on attachment 200070 [details]
the patch
r=me
Landed in http://trac.webkit.org/changeset/149351 |