зеркало из https://github.com/mozilla/gecko-dev.git
Bug 769120. r=roc
This commit is contained in:
Родитель
8d6dc77a2f
Коммит
18314255da
|
@ -7150,12 +7150,9 @@ nsTextFrame::SetLength(PRInt32 aLength, nsLineLayout* aLineLayout,
|
|||
bool
|
||||
nsTextFrame::IsFloatingFirstLetterChild() const
|
||||
{
|
||||
if (!(GetStateBits() & TEXT_FIRST_LETTER))
|
||||
return false;
|
||||
nsIFrame* frame = GetParent();
|
||||
if (!frame || frame->GetType() != nsGkAtoms::letterFrame)
|
||||
return false;
|
||||
return frame->GetStyleDisplay()->IsFloating();
|
||||
return frame && frame->GetStyleDisplay()->IsFloating() &&
|
||||
frame->GetType() == nsGkAtoms::letterFrame;
|
||||
}
|
||||
|
||||
struct NewlineProperty {
|
||||
|
|
Загрузка…
Ссылка в новой задаче