mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Remove this bogus assertion since we handle this case properly anyway. bug 326865, r+sr=jst
This commit is contained in:
parent
a57797fd47
commit
8e2b960b5a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user