| Summary: | Get rid of VoidAPICallback | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | mitz | ||||
| Component: | WebKit2 | Assignee: | mitz | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | andersca, gyuyoung.kim, sam | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
mitz
2014-06-15 12:16:05 PDT
Created attachment 233144 [details]
Remove VoidAPICallback
Committed <http://trac.webkit.org/r169994>. (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); ^ |