Bug 1262432 - Remove assertion that may be legitimately false sometimes. r=tnikkel

MozReview-Commit-ID: HiGUlpypb75

--HG--
extra : rebase_source : 98604609b2080ac15c31443d95c9ef25e02e1865
This commit is contained in:
Kartikaya Gupta 2016-04-12 15:19:47 -04:00
parent bb313c6576
commit 8db4e096c5

View File

@ -256,7 +256,6 @@ APZCCallbackHelper::UpdateRootFrame(FrameMetrics& aMetrics)
// adjusts the display port margins, so do it before we set those.
ScrollFrame(content, aMetrics);
MOZ_ASSERT(nsLayoutUtils::HasDisplayPort(content));
SetDisplayPortMargins(shell, content, aMetrics);
SetPaintRequestTime(content, aMetrics.GetPaintRequestTime());
}