Fixing bustage.

This commit is contained in:
jst@mozilla.org 2008-01-29 13:11:24 -08:00
parent a693370747
commit 85f3006178

View File

@ -2337,7 +2337,7 @@ nsScriptSecurityManager::doGetObjectPrincipal(JSObject *aObj
#endif
)
{
NS_ASSERTION(aCx && aObj, "Bad call to doGetObjectPrincipal()!");
NS_ASSERTION(aObj, "Bad call to doGetObjectPrincipal()!");
nsIPrincipal* result = nsnull;
#ifdef DEBUG