Bug 137332

Summary: Clean up loops in CSSGradientValue.cpp
Product: WebKit Reporter: Rik Cabanier <cabanier>
Component: WebCore Misc.Assignee: Rik Cabanier <cabanier>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 137171    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Rik Cabanier 2014-10-01 20:09:38 PDT
Move a couple of routines to C++11 and fix the grammar in one of the comments
Comment 1 Rik Cabanier 2014-10-01 20:18:02 PDT
Created attachment 239081 [details]
Patch
Comment 2 Andreas Kling 2014-10-02 10:35:03 PDT
Comment on attachment 239081 [details]
Patch

Beautiful! r=me
Comment 3 Rik Cabanier 2014-10-02 10:59:58 PDT
(In reply to comment #2)
> (From update of attachment 239081 [details])
> Beautiful! r=me

Yeah! I need to read up on C++11. 
But this and the in-place initializers in a class are really nice.
Comment 4 WebKit Commit Bot 2014-10-02 11:35:33 PDT
Comment on attachment 239081 [details]
Patch

Clearing flags on attachment: 239081

Committed r174222: <http://trac.webkit.org/changeset/174222>
Comment 5 WebKit Commit Bot 2014-10-02 11:35:35 PDT
All reviewed patches have been landed.  Closing bug.