mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-28 18:19:56 +01:00
Linux: Add missing return statement (issue #2014)
This commit is contained in:
parent
c7d2891058
commit
b9c10cb46e
@ -252,6 +252,7 @@ void ClientDialogHandlerGtk::OnFileDialogContinue(OnFileDialogParams params,
|
||||
} else {
|
||||
NOTREACHED();
|
||||
params.callback->Cancel();
|
||||
return;
|
||||
}
|
||||
|
||||
std::string title_str;
|
||||
|
Loading…
x
Reference in New Issue
Block a user