Bug 1576903: Remove debugging comment added accidentally in bug 1575218. r=hsivonen

Differential Revision: https://phabricator.services.mozilla.com/D43607

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mirko Brodesser 2019-08-28 08:23:23 +00:00
Родитель c19cf5ff3f
Коммит 914af8665f
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1225,10 +1225,7 @@ void nsPlainTextSerializer::AddToLine(const char16_t* aLineFragment,
goodSpace =
mLineBreaker->Prev(mCurrentLineContent.mValue.get(),
mCurrentLineContent.mValue.Length(), goodSpace);
if (goodSpace !=
NS_LINEBREAKER_NEED_MORE_TEXT && // MB: surprisingly goodSpace
// ==
// NS_LINEBREAKER_NEED_MORE_TEXT.
if (goodSpace != NS_LINEBREAKER_NEED_MORE_TEXT &&
nsCRT::IsAsciiSpace(
mCurrentLineContent.mValue.CharAt(goodSpace - 1))) {
--goodSpace; // adjust the position since line breaker returns a