fix debug build bustage (from bug 322128)
git-svn-id: svn://10.0.0.236/trunk@186995 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a29b0ef4d4
commit
430f534268
@ -704,8 +704,8 @@ nsObjectLoadingContent::LoadObject(const nsAString& aURI,
|
||||
const nsCString& aTypeHint,
|
||||
PRBool aForceLoad)
|
||||
{
|
||||
LOG(("OBJLC [%p]: Loading object: URI string=<%s> notify=%i type=<%s> forcetype=%i forceload=%i\n",
|
||||
this, NS_ConvertUTF16toUTF8(aURI).get(), aNotify, aTypeHint.get(), aForceType, aForceLoad));
|
||||
LOG(("OBJLC [%p]: Loading object: URI string=<%s> notify=%i type=<%s> forceload=%i\n",
|
||||
this, NS_ConvertUTF16toUTF8(aURI).get(), aNotify, aTypeHint.get(), aForceLoad));
|
||||
|
||||
NS_ASSERTION(!mInstantiating, "LoadObject was reentered?");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user