Fixing build bustage.

git-svn-id: svn://10.0.0.236/trunk@153710 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-03-09 00:46:28 +00:00
parent d63868d03a
commit 6408dfc54c

View File

@@ -226,7 +226,7 @@ nsPolicyReference::SetupPolicyListener(nsIPolicyListener* aListener)
nsresult
nsPolicyReference::Load(const nsACString& aURI)
{
NS_ASSERTION(aURI, "no uri to load");
NS_ASSERTION(aURI.Length(), "no uri to load");
nsresult result = NS_OK;