From d35638c7b177d3395acca293233180f5e5a66a07 Mon Sep 17 00:00:00 2001 From: "mrbkap%gmail.com" Date: Thu, 23 Feb 2006 02:11:46 +0000 Subject: [PATCH] Remove this bogus assertion since we handle this case properly anyway. bug 326865, r+sr=jst git-svn-id: svn://10.0.0.236/trunk@190962 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/src/base/nsGlobalWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/dom/src/base/nsGlobalWindow.cpp b/mozilla/dom/src/base/nsGlobalWindow.cpp index 6244b5d1e7f..1e3bc3aee5a 100644 --- a/mozilla/dom/src/base/nsGlobalWindow.cpp +++ b/mozilla/dom/src/base/nsGlobalWindow.cpp @@ -5401,7 +5401,6 @@ nsGlobalWindow::GetComputedStyle(nsIDOMElement* aElt, *aReturn = nsnull; if (!aElt) { - NS_ERROR("Don't call getComputedStyle with a null DOMElement reference!"); return NS_ERROR_DOM_NOT_SUPPORTED_ERR; }