Bug 909603. Remove invalid assertion. r=tn

This commit is contained in:
Robert O'Callahan 2013-09-04 16:44:48 +12:00
Родитель 4dbc15ef1a
Коммит 59df7cfa3e
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -1965,17 +1965,6 @@ nsLayoutUtils::PaintFrame(nsRenderingContext* aRenderingContext, nsIFrame* aFram
}
nsRect canvasArea(nsPoint(0, 0), aFrame->GetSize());
#ifdef DEBUG
if (ignoreViewportScrolling) {
nsIDocument* doc = aFrame->GetContent() ?
aFrame->GetContent()->GetCurrentDoc() : nullptr;
NS_ASSERTION(!aFrame->GetParent() ||
(doc && doc->IsBeingUsedAsImage()),
"Only expecting ignoreViewportScrolling for root frames and "
"for image documents.");
}
#endif
if (ignoreViewportScrolling && rootScrollFrame) {
nsIScrollableFrame* rootScrollableFrame =
presShell->GetRootScrollFrameAsScrollable();