Bug 132627 - JSString::toAtomicString() should return AtomicString.
Summary: JSString::toAtomicString() should return AtomicString.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 15:08 PDT by Andreas Kling
Modified: 2014-05-06 15:16 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.07 KB, patch)
2014-05-06 15:10 PDT, Andreas Kling
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2014-05-06 15:08:36 PDT
JSString::toAtomicString() should return AtomicString.
Comment 1 Andreas Kling 2014-05-06 15:10:59 PDT
Created attachment 230937 [details]
Patch
Comment 2 Geoffrey Garen 2014-05-06 15:13:24 PDT
Comment on attachment 230937 [details]
Patch

r=me
Comment 3 Andreas Kling 2014-05-06 15:16:58 PDT
Committed r168384: <http://trac.webkit.org/changeset/168384>