mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1109751 - Bustage fix. r=bustage
This commit is contained in:
parent
ad48375d18
commit
a08986eb36
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user