mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Convert NULL to nullptr (see issue #2861)
This commit is contained in:
@@ -32,7 +32,7 @@ CefRefPtr<CefDragData> CefDragData::Create() {
|
||||
}
|
||||
|
||||
CefRefPtr<CefDragData> CefDragDataImpl::Clone() {
|
||||
CefDragDataImpl* drag_data = NULL;
|
||||
CefDragDataImpl* drag_data = nullptr;
|
||||
{
|
||||
base::AutoLock lock_scope(lock_);
|
||||
drag_data = new CefDragDataImpl(data_, image_, image_hotspot_);
|
||||
|
Reference in New Issue
Block a user