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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user