Bug 173177 - Use WTF::Function instead of std::function in StorageManager
Summary: Use WTF::Function instead of std::function in StorageManager
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: 2017-06-09 12:19 PDT by Chris Dumez
Modified: 2017-06-09 14:09 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.07 KB, patch)
2017-06-09 12:21 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 2017-06-09 12:19:40 PDT
Use WTF::Function instead of std::function in StorageManager.
Comment 1 Chris Dumez 2017-06-09 12:21:07 PDT
Created attachment 312471 [details]
Patch
Comment 2 Build Bot 2017-06-09 12:23:02 PDT
Attachment 312471 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:597:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Chris Dumez 2017-06-09 14:09:23 PDT
Comment on attachment 312471 [details]
Patch

Clearing flags on attachment: 312471

Committed r218017: <http://trac.webkit.org/changeset/218017>
Comment 4 Chris Dumez 2017-06-09 14:09:24 PDT
All reviewed patches have been landed.  Closing bug.