Bug 145507 - Use modern for-loops in WebCore/Modules - 1
Summary: Use modern for-loops in WebCore/Modules - 1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-31 22:31 PDT by Hunseop Jeong
Modified: 2015-06-01 20:13 PDT (History)
3 users (show)

See Also:


Attachments
Patch (47.92 KB, patch)
2015-05-31 23:45 PDT, Hunseop Jeong
no flags Details | Formatted Diff | Diff
Patch (47.91 KB, patch)
2015-06-01 19:01 PDT, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-05-31 22:31:32 PDT
Replaced for loops with range-based for loops in WebCore/Modules - 1 of 2.
Comment 1 Hunseop Jeong 2015-05-31 23:45:51 PDT
Created attachment 253989 [details]
Patch
Comment 2 Darin Adler 2015-06-01 10:19:22 PDT
Comment on attachment 253989 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253989&action=review

> Source/WebCore/Modules/indexeddb/IDBKey.h:72
> +            for (auto&  resultKey : result) {

Extra space here.
Comment 3 Hunseop Jeong 2015-06-01 19:01:20 PDT
Created attachment 254040 [details]
Patch
Comment 4 WebKit Commit Bot 2015-06-01 20:13:50 PDT
Comment on attachment 254040 [details]
Patch

Clearing flags on attachment: 254040

Committed r185101: <http://trac.webkit.org/changeset/185101>
Comment 5 WebKit Commit Bot 2015-06-01 20:13:53 PDT
All reviewed patches have been landed.  Closing bug.