From b01b3d73a3fa170cba2201bd10322167016bd97d Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Thu, 9 Jan 2014 16:54:34 -0500 Subject: [PATCH] Bug 958254 - Remove an unnecessary (and harmful) assertion. r=ajones --- dom/ipc/TabChild.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/ipc/TabChild.cpp b/dom/ipc/TabChild.cpp index 8ecec17bdbec..709371d5c2fd 100644 --- a/dom/ipc/TabChild.cpp +++ b/dom/ipc/TabChild.cpp @@ -590,7 +590,6 @@ TabChild::HandlePossibleViewportChange() // by AsyncPanZoomController and causes a blurry flash. bool isFirstPaint; nsresult rv = utils->GetIsFirstPaint(&isFirstPaint); - MOZ_ASSERT(NS_SUCCEEDED(rv)); if (NS_FAILED(rv) || isFirstPaint) { // FIXME/bug 799585(?): GetViewportInfo() returns a defaultZoom of // 0.0 to mean "did not calculate a zoom". In that case, we default