Bug 123190 - StringImpl::lower() should return a PassRef.
Summary: StringImpl::lower() should return a PassRef.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 17:14 PDT by Andreas Kling
Modified: 2013-10-23 03:47 PDT (History)
6 users (show)

See Also:


Attachments
Patch idea (9.26 KB, patch)
2013-10-22 17:15 PDT, Andreas Kling
koivisto: 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 2013-10-22 17:14:45 PDT
StringImpl::lower() never returns null.
Comment 1 Andreas Kling 2013-10-22 17:15:27 PDT
Created attachment 214908 [details]
Patch idea
Comment 2 Andreas Kling 2013-10-23 03:47:15 PDT
Committed r157855: <http://trac.webkit.org/changeset/157855>