Bug 173177

Summary: Use WTF::Function instead of std::function in StorageManager
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, buildbot, ggaren
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.