mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Oops, forgot this change. Bug 224765
This commit is contained in:
parent
583a9847e3
commit
6c601cd03a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user