mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Add missing return statement (issue #2014)
This commit is contained in:
@@ -252,6 +252,7 @@ void ClientDialogHandlerGtk::OnFileDialogContinue(OnFileDialogParams params,
|
||||
} else {
|
||||
NOTREACHED();
|
||||
params.callback->Cancel();
|
||||
return;
|
||||
}
|
||||
|
||||
std::string title_str;
|
||||
|
Reference in New Issue
Block a user