Bug 934142, remove faulty assertion. r=khuey.

This commit is contained in:
Ben Turner 2014-03-04 15:10:44 -08:00
parent 8775c8d19b
commit 1a0a33b627

View File

@ -1080,10 +1080,6 @@ RemoteBlob<Parent>::MaybeSetInputStream(const ConstructorParamsType& aParams)
mInputStreamParams =
aParams.optionalInputStreamParams().get_InputStreamParams();
}
else {
MOZ_ASSERT(aParams.blobParams().type() ==
ChildBlobConstructorParams::TMysteryBlobConstructorParams);
}
}
template <>