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+

mitz
Reported 2014-06-15 12:16:05 PDT
Get rid of VoidAPICallback
Attachments
Remove VoidAPICallback (6.44 KB, patch)
2014-06-15 12:18 PDT, mitz
sam: review+
mitz
Comment 1 2014-06-15 12:18:50 PDT
Created attachment 233144 [details] Remove VoidAPICallback
mitz
Comment 2 2014-06-15 13:51:19 PDT
Gyuyoung Kim
Comment 3 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); ^
Note You need to log in before you can comment on or make changes to this bug.