Linux: Add version script to restrict exported symbols (issue #1765)

This commit is contained in:
Marshall Greenblatt
2016-06-06 12:26:55 -04:00
parent e0fd09ed20
commit f1fec0933e
6 changed files with 21 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ CefRefPtr<CefRequestContext> CefRequestContext::CreateContext(
// Unverified params: handler
// Execute
cef_request_context_t* _retval = create_context_shared(
cef_request_context_t* _retval = cef_create_context_shared(
CefRequestContextCToCpp::Unwrap(other),
CefRequestContextHandlerCppToC::Wrap(handler));