Bug 134104

Summary: CallbackMap::put should be able to take an unwrapped function
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Overload CallbackMap::put
none
Overload CallbackMap::put andersca: review+

Description mitz 2014-06-20 07:14:50 PDT
Make it possible to pass an unwrapped function to CallbackMap::put
Comment 1 mitz 2014-06-20 07:16:55 PDT
Created attachment 233426 [details]
Overload CallbackMap::put
Comment 2 WebKit Commit Bot 2014-06-20 07:19:01 PDT
Attachment 233426 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/GenericCallback.h:190:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2014-06-21 13:15:01 PDT
Created attachment 233544 [details]
Overload CallbackMap::put
Comment 4 WebKit Commit Bot 2014-06-21 13:16:31 PDT
Attachment 233544 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/GenericCallback.h:190:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 mitz 2014-06-21 15:26:13 PDT
Committed <http://trac.webkit.org/r170254>.