Bug 158179 - Modernize lambda captures in the network disk cache implementation
Summary: Modernize lambda captures in the network disk cache implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 23:58 PDT by Chris Dumez
Modified: 2016-05-28 09:53 PDT (History)
5 users (show)

See Also:


Attachments
Patch (16.66 KB, patch)
2016-05-28 00:00 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.