Bug 75325 - Add an implicit block conversion operator to WTF::Function
Summary: Add an implicit block conversion operator to WTF::Function
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-28 13:42 PST by Anders Carlsson
Modified: 2011-12-28 16:10 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.70 KB, patch)
2011-12-28 13:48 PST, Anders Carlsson
mitz: 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-28 13:42:16 PST
Add an implicit block conversion operator to WTF::Function
Comment 1 Anders Carlsson 2011-12-28 13:48:17 PST
Created attachment 120697 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-28 13:51:02 PST
Attachment 120697 [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:559:  Extra space before ( in function call  [whitespace/parens] [4]
Source/JavaScriptCore/wtf/Functional.h:560:  Missing space before {  [whitespace/braces] [5]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2011-12-28 16:10:06 PST
Committed r103786: <http://trac.webkit.org/changeset/103786>