Bug 124176 - FrameFilter can just be an std::function instead
Summary: FrameFilter can just be an std::function instead
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: 2013-11-11 17:37 PST by Anders Carlsson
Modified: 2013-11-11 17:49 PST (History)
2 users (show)

See Also:


Attachments
Patch (11.21 KB, patch)
2013-11-11 17:39 PST, Anders Carlsson
thorton: 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 2013-11-11 17:37:48 PST
FrameFilter can just be an std::function instead
Comment 1 Anders Carlsson 2013-11-11 17:39:15 PST
Created attachment 216626 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-11 17:40:02 PST
Attachment 216626 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/WebCore.exp.in', u'Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp', u'Source/WebCore/loader/archive/cf/LegacyWebArchive.h', u'Source/WebKit/mac/ChangeLog', u'Source/WebKit/mac/DOM/WebDOMOperations.mm', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/WebProcess/WebPage/WebFrame.cpp']" exit_code: 1
Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp:425:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp:499:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebCore/loader/archive/cf/LegacyWebArchive.h:47:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebCore/loader/archive/cf/LegacyWebArchive.h:61:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-11-11 17:49:36 PST
Committed r159089: <http://trac.webkit.org/changeset/159089>