Bug 1109751 - Bustage fix. r=bustage

This commit is contained in:
Nikhil Marathe 2015-04-03 09:41:10 -07:00
parent 6ae1c169b5
commit 4a6ef9d70e

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