From 4a6ef9d70eeead61ce2716092d4c7365cc81bddb Mon Sep 17 00:00:00 2001 From: Nikhil Marathe Date: Fri, 3 Apr 2015 09:41:10 -0700 Subject: [PATCH] Bug 1109751 - Bustage fix. r=bustage --- dom/fetch/Fetch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/fetch/Fetch.cpp b/dom/fetch/Fetch.cpp index 01ee3331438..4d4b7c8c51e 100644 --- a/dom/fetch/Fetch.cpp +++ b/dom/fetch/Fetch.cpp @@ -578,7 +578,6 @@ private: nsACString::const_iterator end(aEnd); const char* beginning = aStart.get(); if (FindInReadable(aBoundaryString, aStart, end)) { - MOZ_ASSERT(aStart.size_forward() >= aBoundaryString.Length()); // We either should find the body immediately, or after 2 chars with the // 2 chars being '-', everything else is failure. if ((aStart.get() - beginning) == 0) {