Bug 133928

Summary: Get rid of VoidAPICallback
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, gyuyoung.kim, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove VoidAPICallback sam: review+

Description mitz 2014-06-15 12:16:05 PDT
Get rid of VoidAPICallback
Comment 1 mitz 2014-06-15 12:18:50 PDT
Created attachment 233144 [details]
Remove VoidAPICallback
Comment 2 mitz 2014-06-15 13:51:19 PDT
Committed <http://trac.webkit.org/r169994>.
Comment 3 Gyuyoung Kim 2014-06-15 19:32:17 PDT
(In reply to comment #2)
> Committed <http://trac.webkit.org/r169994>.

There are build breaks on GTK and EFL port since r169994.


../../Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp: In lambda function:
../../Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp:76:48: error: expected unqualified-id before numeric constant
         function(error == CallbackBase::Error::None ? nullptr : toAPI(API::Error::create().get()), context);
                                                ^
../../Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp: In lambda function:
../../Source/WebKit2/UIProcess/API/C/WKPluginSiteDataManager.cpp:92:48: error: expected unqualified-id before numeric constant
         function(error == CallbackBase::Error::None ? nullptr : toAPI(API::Error::create().get()), context);
                                                ^