From 9f9c74410724ec73c14b38dcfc6230b65f344784 Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Tue, 4 Mar 2014 15:10:44 -0800 Subject: [PATCH] Bug 934142, remove faulty assertion. r=khuey. --- dom/ipc/Blob.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dom/ipc/Blob.cpp b/dom/ipc/Blob.cpp index 08c8b6920b64..3842ac2373ea 100644 --- a/dom/ipc/Blob.cpp +++ b/dom/ipc/Blob.cpp @@ -1080,10 +1080,6 @@ RemoteBlob::MaybeSetInputStream(const ConstructorParamsType& aParams) mInputStreamParams = aParams.optionalInputStreamParams().get_InputStreamParams(); } - else { - MOZ_ASSERT(aParams.blobParams().type() == - ChildBlobConstructorParams::TMysteryBlobConstructorParams); - } } template <>