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:
@@ -112,7 +112,7 @@ void BrowserWindowOsrWin::OnBrowserClosed(CefRefPtr<CefBrowser> browser) {
|
||||
REQUIRE_MAIN_THREAD();
|
||||
|
||||
// Release the OSR window reference. It will be deleted on the UI thread.
|
||||
osr_window_ = NULL;
|
||||
osr_window_ = nullptr;
|
||||
|
||||
BrowserWindow::OnBrowserClosed(browser);
|
||||
}
|
||||
|
Reference in New Issue
Block a user