Backed out changeset d2cb189066ea (bug 1247656) for being a possible cause of the spike in ASAN test_browserElement_oop_getWebManifest.html failures

This commit is contained in:
Wes Kocher 2016-02-16 16:40:38 -08:00
parent 4b99fd86ba
commit dd4ecf676e

View File

@ -1849,13 +1849,6 @@ JsepSessionImpl::ValidateRemoteDescription(const Sdp& description)
continue; continue;
} }
if (mCurrentRemoteDescription->GetMediaSection(i).GetMediaType() !=
description.GetMediaSection(i).GetMediaType()) {
JSEP_SET_ERROR("Remote description changes the media type of m-line "
<< i);
return NS_ERROR_INVALID_ARG;
}
const SdpAttributeList& newAttrs( const SdpAttributeList& newAttrs(
description.GetMediaSection(i).GetAttributeList()); description.GetMediaSection(i).GetAttributeList());
const SdpAttributeList& oldAttrs( const SdpAttributeList& oldAttrs(