зеркало из https://github.com/mozilla/gecko-dev.git
Bug 909603. Remove invalid assertion. r=tn
This commit is contained in:
Родитель
4dbc15ef1a
Коммит
59df7cfa3e
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче