зеркало из https://github.com/mozilla/gecko-dev.git
Clear first-letter ok style at the right time
This commit is contained in:
Родитель
457a1555e7
Коммит
e83d736b28
|
@ -857,6 +857,14 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame,
|
|||
else {
|
||||
AddFloater((nsPlaceholderFrame*)aFrame);
|
||||
}
|
||||
nsIAtom* oofft;
|
||||
outOfFlowFrame->GetFrameType(&oofft);
|
||||
if (oofft) {
|
||||
if (oofft == nsLayoutAtoms::letterFrame) {
|
||||
mFirstLetterStyleOK = PR_FALSE;
|
||||
}
|
||||
NS_RELEASE(oofft);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -857,6 +857,14 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame,
|
|||
else {
|
||||
AddFloater((nsPlaceholderFrame*)aFrame);
|
||||
}
|
||||
nsIAtom* oofft;
|
||||
outOfFlowFrame->GetFrameType(&oofft);
|
||||
if (oofft) {
|
||||
if (oofft == nsLayoutAtoms::letterFrame) {
|
||||
mFirstLetterStyleOK = PR_FALSE;
|
||||
}
|
||||
NS_RELEASE(oofft);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче