Bug 145507

Summary: Use modern for-loops in WebCore/Modules - 1
Product: WebKit Reporter: Hunseop Jeong <hs85.jeong>
Component: WebCore Misc.Assignee: Hunseop Jeong <hs85.jeong>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Hunseop Jeong
Reported 2015-05-31 22:31:32 PDT
Replaced for loops with range-based for loops in WebCore/Modules - 1 of 2.
Attachments
Patch (47.92 KB, patch)
2015-05-31 23:45 PDT, Hunseop Jeong
no flags
Patch (47.91 KB, patch)
2015-06-01 19:01 PDT, Hunseop Jeong
no flags
Hunseop Jeong
Comment 1 2015-05-31 23:45:51 PDT
Darin Adler
Comment 2 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.
Hunseop Jeong
Comment 3 2015-06-01 19:01:20 PDT
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2015-06-01 20:13:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.