mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Convert NULL to nullptr (see issue #2861)
This commit is contained in:
@@ -323,7 +323,7 @@ void BeginTracing() {
|
||||
return;
|
||||
}
|
||||
|
||||
CefBeginTracing(CefString(), NULL);
|
||||
CefBeginTracing(CefString(), nullptr);
|
||||
}
|
||||
|
||||
void EndTracing(CefRefPtr<CefBrowser> browser) {
|
||||
@@ -364,7 +364,7 @@ void EndTracing(CefRefPtr<CefBrowser> browser) {
|
||||
CefEndTracing(file_paths.front(), this);
|
||||
} else {
|
||||
// No file selected. Discard the trace data.
|
||||
CefEndTracing(CefString(), NULL);
|
||||
CefEndTracing(CefString(), nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user