Bug 134481 - Use an std::function for filtering session state data
Summary: Use an std::function for filtering session state data
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-30 18:56 PDT by Anders Carlsson
Modified: 2014-07-01 10:04 PDT (History)
5 users (show)

See Also:


Attachments
Patch (7.96 KB, patch)
2014-06-30 18:57 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-06-30 18:56:57 PDT
Use an std::function for filtering session state data
Comment 1 Anders Carlsson 2014-06-30 18:57:34 PDT
Created attachment 234138 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-30 18:59:12 PDT
Attachment 234138 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/cf/WebBackForwardListCF.cpp:66:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/cf/WebPageProxyCF.cpp:49:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebPageProxy.cpp:1837:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebPageProxy.h:553:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebBackForwardList.h:76:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 5 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-07-01 10:04:52 PDT
Committed r170644: <http://trac.webkit.org/changeset/170644>