Bug 158076 - Simplify a few lambda captures in the network cache code
Summary: Simplify a few lambda captures in the network cache code
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-25 10:50 PDT by Chris Dumez
Modified: 2016-05-25 12:16 PDT (History)
3 users (show)

See Also:


Attachments
Patch (13.46 KB, patch)
2016-05-25 10:52 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-25 10:50:28 PDT
Simplify a few lambda captures in the network cache code by WTFMoving upon capture.
Comment 1 Chris Dumez 2016-05-25 10:52:41 PDT
Created attachment 279785 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-25 10:54:44 PDT
Attachment 279785 [details] did not pass style-queue:


ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheSpeculativeLoadManager.h:65:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheSpeculativeLoadManager.cpp:351:  More than one command on the same line  [whitespace/newline] [4]
ERROR: Source/WebKit2/NetworkProcess/cache/NetworkCacheSpeculativeLoadManager.cpp:531:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Chris Dumez 2016-05-25 12:16:50 PDT
Comment on attachment 279785 [details]
Patch

Clearing flags on attachment: 279785

Committed r201395: <http://trac.webkit.org/changeset/201395>
Comment 4 Chris Dumez 2016-05-25 12:16:56 PDT
All reviewed patches have been landed.  Closing bug.