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:
@@ -75,10 +75,10 @@ class DialogCallback : public CefRunFileDialogCallback {
|
||||
}
|
||||
|
||||
router_callback_->Success(response);
|
||||
router_callback_ = NULL;
|
||||
router_callback_ = nullptr;
|
||||
|
||||
dialog_state_->pending_ = false;
|
||||
dialog_state_ = NULL;
|
||||
dialog_state_ = nullptr;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user