refactor: replace remaining NULL
with nullptr
(#40053)
refactor: use nullptr everywhere
This commit is contained in:
parent
9d0e6d09f0
commit
04b2ba84cd
34 changed files with 98 additions and 93 deletions
|
@ -133,8 +133,8 @@ void FileSelectHelper::ProcessSelectedFilesMacOnUIThread(
|
|||
temporary_files.end());
|
||||
|
||||
// Typically, |temporary_files| are deleted after |web_contents_| is
|
||||
// destroyed. If |web_contents_| is already NULL, then the temporary files
|
||||
// need to be deleted now.
|
||||
// destroyed. If |web_contents_| is already nullptr, then the temporary
|
||||
// files need to be deleted now.
|
||||
if (!web_contents_) {
|
||||
DeleteTemporaryFiles();
|
||||
RunFileChooserEnd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue