mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update generated files for NULL to nullptr conversion (see issue #2861)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e91cf37ffebefd7aab9c7eee4f46f97f3ecee9c1$
|
||||
// $hash=b08f8ba4d2ee2aaf4ee5f805d9cd6d0159a84969$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/urlrequest_client_ctocpp.h"
|
||||
@@ -167,7 +167,7 @@ cef_urlrequest_client_t* CefCToCppRefCounted<
|
||||
cef_urlrequest_client_t>::UnwrapDerived(CefWrapperType type,
|
||||
CefURLRequestClient* c) {
|
||||
NOTREACHED() << "Unexpected class type: " << type;
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
template <>
|
||||
|
Reference in New Issue
Block a user