зеркало из https://github.com/mozilla/gecko-dev.git
Bug 788639 - crash in GetPrintCanvasElementsInFrame @ mozilla::layout::FrameChildListIterator::FrameChildListIterator, r=smaug
This commit is contained in:
Родитель
9015e11bc7
Коммит
d060963e00
|
@ -496,6 +496,9 @@ nsSimplePageSequenceFrame::StartPrint(nsPresContext* aPresContext,
|
|||
void
|
||||
GetPrintCanvasElementsInFrame(nsIFrame* aFrame, nsTArray<nsRefPtr<nsHTMLCanvasElement> >* aArr)
|
||||
{
|
||||
if (!aFrame) {
|
||||
return;
|
||||
}
|
||||
for (nsIFrame::ChildListIterator childLists(aFrame);
|
||||
!childLists.IsDone(); childLists.Next()) {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче