Oops, forgot this change. Bug 224765

This commit is contained in:
bzbarsky%mit.edu 2004-01-21 05:06:42 +00:00
parent 583a9847e3
commit 6c601cd03a

View File

@ -259,7 +259,7 @@ nsXBLPrototypeBinding::Init(const nsACString& aID,
if (url) {
nsCAutoString debugRef;
url->GetRef(debugRef);
NS_ASSERTION(ref.IsEmpty(), "Document URI must not have a ref");
NS_ASSERTION(debugRef.IsEmpty(), "Document URI must not have a ref");
}
#endif