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=049d5c9b4c8a3cb9aad2bb88afbdb48c2798fa92$
// $hash=084106863bdaf595427b0d121362e207b15c66bf$
//
#include "libcef_dll/ctocpp/render_process_handler_ctocpp.h"
@ -103,7 +103,7 @@ NO_SANITIZE("cfi-icall")
CefRefPtr<CefLoadHandler> CefRenderProcessHandlerCToCpp::GetLoadHandler() {
cef_render_process_handler_t* _struct = GetStruct();
if (CEF_MEMBER_MISSING(_struct, get_load_handler))
return NULL;
return nullptr;
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
@ -287,7 +287,7 @@ cef_render_process_handler_t* CefCToCppRefCounted<
cef_render_process_handler_t>::UnwrapDerived(CefWrapperType type,
CefRenderProcessHandler* c) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>