Bug 115393 - 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()
Summary: fourthTier: String::utf8() should also be available as StringImpl::utf8() so ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 115300
  Show dependency treegraph
 
Reported: 2013-04-29 18:39 PDT by Filip Pizlo
Modified: 2013-04-29 21:49 PDT (History)
8 users (show)

See Also:


Attachments
the patch (21.72 KB, patch)
2013-04-29 18:41 PDT, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

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