Remove this bogus assertion since we handle this case properly anyway. bug 326865, r+sr=jst

This commit is contained in:
mrbkap%gmail.com 2006-02-23 02:11:46 +00:00
parent a57797fd47
commit 8e2b960b5a

View File

@ -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;
}