зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1109751 - Bustage fix. r=bustage
This commit is contained in:
Родитель
eeb4b48b4d
Коммит
5fd11f09af
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче