mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-01 04:18:46 +01:00
Remove NOTREACHED in CefPostDataElementImpl::Set (fixes issue #2765)
This commit is contained in:
parent
58e17b3cdc
commit
3a8778e2f8
@ -1362,8 +1362,6 @@ void CefPostDataElementImpl::Set(const network::DataElement& element) {
|
||||
SetToBytes(element.length(), element.bytes());
|
||||
} else if (element.type() == network::mojom::DataElementType::kFile) {
|
||||
SetToFile(element.path().value());
|
||||
} else {
|
||||
NOTREACHED();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user