Bug 1528616 - Back out changeset bf824987ef9f (bug 1528616) since it can clearly be hit. r=me

MANUAL PUSH: Backout of existing revision.
This commit is contained in:
Emilio Cobos Álvarez 2019-07-26 21:24:58 +02:00
Родитель ca9ba79c11
Коммит b6589b23d2
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3638,8 +3638,8 @@ bool PresShell::ScrollFrameRectIntoView(nsIFrame* aFrame, const nsRect& aRect,
RectVisibility PresShell::GetRectVisibility(nsIFrame* aFrame,
const nsRect& aRect,
nscoord aMinTwips) const {
MOZ_DIAGNOSTIC_ASSERT(aFrame->PresContext() == GetPresContext(),
"prescontext mismatch?");
NS_ASSERTION(aFrame->PresContext() == GetPresContext(),
"prescontext mismatch?");
nsIFrame* rootFrame = mFrameConstructor->GetRootFrame();
NS_ASSERTION(
rootFrame,