Summary: | Use an std::function for filtering session state data | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bunhere, cdumez, commit-queue, gyuyoung.kim, sergio | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Anders Carlsson
2014-06-30 18:56:57 PDT
Created attachment 234138 [details]
Patch
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.
Committed r170644: <http://trac.webkit.org/changeset/170644> |