From e47838f094e0c92af2b0af3ef0eb8ee786aac145 Mon Sep 17 00:00:00 2001 From: "jst%mozilla.org" Date: Tue, 29 Jan 2008 21:11:24 +0000 Subject: [PATCH] Fixing bustage. git-svn-id: svn://10.0.0.236/trunk@244383 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/caps/src/nsScriptSecurityManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/caps/src/nsScriptSecurityManager.cpp b/mozilla/caps/src/nsScriptSecurityManager.cpp index 7e2ee494cee..c7ddbcf69bd 100644 --- a/mozilla/caps/src/nsScriptSecurityManager.cpp +++ b/mozilla/caps/src/nsScriptSecurityManager.cpp @@ -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