зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1476358 - Replace while-loop with FindFirstBlock() in WrapFramesInFirstLineFrame(). r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D2193 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
48e892f643
Коммит
91d1f8bd84
|
@ -10444,9 +10444,7 @@ nsCSSFrameConstructor::WrapFramesInFirstLineFrame(
|
|||
{
|
||||
// Find the part of aFrameItems that we want to put in the first-line
|
||||
nsFrameList::FrameLinkEnumerator link(aFrameItems);
|
||||
while (!link.AtEnd() && link.NextFrame()->IsInlineOutside()) {
|
||||
link.Next();
|
||||
}
|
||||
FindFirstBlock(link);
|
||||
|
||||
nsFrameList firstLineChildren = aFrameItems.ExtractHead(link);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче