Update generated files for NULL to nullptr conversion (see issue #2861)

This commit is contained in:
Marshall Greenblatt
2020-01-15 14:53:19 +01:00
parent 7a701546e1
commit 97d559982e
291 changed files with 909 additions and 909 deletions

View File

@@ -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 <>