Bug 133928 - Get rid of VoidAPICallback
Summary: Get rid of VoidAPICallback
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-15 12:16 PDT by mitz
Modified: 2014-06-15 19:32 PDT (History)
3 users (show)

See Also:


Attachments
Remove VoidAPICallback (6.44 KB, patch)
2014-06-15 12:18 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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);
                                                ^