Fix more review
This commit is contained in:
parent
2b60df3d8b
commit
bcf0964c61
3 changed files with 12 additions and 6 deletions
|
@ -886,7 +886,7 @@ void App::GetFileIcon(const base::FilePath& path,
|
|||
}
|
||||
|
||||
if (!args->GetNext(&callback)) {
|
||||
args->ThrowError();
|
||||
args->ThrowError("Missing required callback function");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue