Remove NOTREACHED in CefPostDataElementImpl::Set (fixes issue #2765)

This commit is contained in:
Marshall Greenblatt 2019-11-06 14:00:38 -05:00
parent 58e17b3cdc
commit 3a8778e2f8
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}
}