Bug 123190

Summary: StringImpl::lower() should return a PassRef.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web Template FrameworkAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, esprehn+autocc, gyuyoung.kim, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch idea koivisto: review+

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>