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
This commit is contained in:
mrbkap%gmail.com
2006-02-23 02:11:46 +00:00
parent 515a1ad176
commit d35638c7b1

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