зеркало из https://github.com/mozilla/gecko-dev.git
Need to pass 'rv' status out, bug 368123. r/sr=dbaron
This commit is contained in:
Родитель
395cc997a8
Коммит
c65cea94eb
|
@ -281,7 +281,7 @@ CanvasFrame::AppendFrames(nsIAtom* aListName,
|
||||||
#endif
|
#endif
|
||||||
mFrames.AppendFrame(nsnull, aFrameList);
|
mFrames.AppendFrame(nsnull, aFrameList);
|
||||||
|
|
||||||
GetPresContext()->PresShell()->
|
rv = GetPresContext()->PresShell()->
|
||||||
FrameNeedsReflow(this, nsIPresShell::eTreeChange);
|
FrameNeedsReflow(this, nsIPresShell::eTreeChange);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -329,7 +329,7 @@ CanvasFrame::RemoveFrame(nsIAtom* aListName,
|
||||||
mFrames.DestroyFrame(aOldFrame);
|
mFrames.DestroyFrame(aOldFrame);
|
||||||
|
|
||||||
AddStateBits(NS_FRAME_HAS_DIRTY_CHILDREN);
|
AddStateBits(NS_FRAME_HAS_DIRTY_CHILDREN);
|
||||||
GetPresContext()->PresShell()->
|
rv = GetPresContext()->PresShell()->
|
||||||
FrameNeedsReflow(this, nsIPresShell::eTreeChange);
|
FrameNeedsReflow(this, nsIPresShell::eTreeChange);
|
||||||
} else {
|
} else {
|
||||||
rv = NS_ERROR_FAILURE;
|
rv = NS_ERROR_FAILURE;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче