mirror of
https://github.com/openharmony/third_party_cef.git
synced 2026-07-19 17:13:36 -04:00
Remove NOTREACHED in CefPostDataElementImpl::Set (fixes issue #2765)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user