зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c19cf5ff3f
Коммит
914af8665f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче