зеркало из https://github.com/mozilla/pjs.git
Removed erroneous assertion: b=38768 r=dcone
This commit is contained in:
Родитель
631ed0af4f
Коммит
f5709fb8ec
|
@ -457,8 +457,6 @@ FrameManager::GetCanvasFrame(nsIPresContext* aPresContext, nsIFrame** aCanvasFra
|
||||||
// move on to the child's child
|
// move on to the child's child
|
||||||
childFrame->FirstChild(aPresContext, nsnull, &childFrame);
|
childFrame->FirstChild(aPresContext, nsnull, &childFrame);
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_ASSERTION(*aCanvasFrame != nsnull, "CanvasFrame could not be found and should be");
|
|
||||||
}
|
}
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
|
@ -457,8 +457,6 @@ FrameManager::GetCanvasFrame(nsIPresContext* aPresContext, nsIFrame** aCanvasFra
|
||||||
// move on to the child's child
|
// move on to the child's child
|
||||||
childFrame->FirstChild(aPresContext, nsnull, &childFrame);
|
childFrame->FirstChild(aPresContext, nsnull, &childFrame);
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_ASSERTION(*aCanvasFrame != nsnull, "CanvasFrame could not be found and should be");
|
|
||||||
}
|
}
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче