Bug 75281 - Misc fixes and cleanups in Functional.h
Summary: Misc fixes and cleanups in Functional.h
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: 2011-12-27 17:04 PST by Anders Carlsson
Modified: 2011-12-27 17:31 PST (History)
1 user (show)

See Also:


Attachments
Patch (16.17 KB, patch)
2011-12-27 17:07 PST, Anders Carlsson
kling: 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 2011-12-27 17:04:16 PST
Misc fixes and cleanups in Functional.h
Comment 1 Anders Carlsson 2011-12-27 17:07:01 PST
Created attachment 120625 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-27 17:09:34 PST
Attachment 120625 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1

Source/JavaScriptCore/wtf/Functional.h:286:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:303:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:329:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:356:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:385:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:416:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:522:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:528:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 8 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2011-12-27 17:31:35 PST
Committed r103745: <http://trac.webkit.org/changeset/103745>