mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Allow empty value param to CefSetCrashKeyValue (issue #1995)
This commit is contained in:
@@ -403,10 +403,7 @@ CEF_GLOBAL void CefSetCrashKeyValue(const CefString& key,
|
||||
DCHECK(!key.empty());
|
||||
if (key.empty())
|
||||
return;
|
||||
// Verify param: value; type: string_byref_const
|
||||
DCHECK(!value.empty());
|
||||
if (value.empty())
|
||||
return;
|
||||
// Unverified params: value
|
||||
|
||||
// Execute
|
||||
cef_set_crash_key_value(
|
||||
|
Reference in New Issue
Block a user