Bug 1109751 - Bustage fix. r=bustage

This commit is contained in:
Nikhil Marathe 2015-04-03 09:41:10 -07:00
parent eeb4b48b4d
commit 5fd11f09af

View File

@ -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) {