Bug 158179

Summary: Modernize lambda captures in the network disk cache implementation
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, cgarcia, commit-queue, darin, koivisto
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-05-27 23:58:25 PDT
Modernize lambda captures in the network disk cache implementation.
Comment 1 Chris Dumez 2016-05-28 00:00:14 PDT
Created attachment 280025 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-28 00:02:45 PDT
Attachment 280025 [details] did not pass style-queue:


ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:348:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:425:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.cpp:523:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.h:107:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.h:108:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCache.h:116:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 6 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2016-05-28 09:53:23 PDT
Comment on attachment 280025 [details]
Patch

Clearing flags on attachment: 280025

Committed r201484: <http://trac.webkit.org/changeset/201484>
Comment 4 WebKit Commit Bot 2016-05-28 09:53:28 PDT
All reviewed patches have been landed.  Closing bug.