mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Removed a frivolous assert.
This commit is contained in:
parent
866a6cd1f9
commit
de6baab5e2
@ -973,7 +973,7 @@ RDFXMLDataSourceImpl::MakeQName(nsIRDFResource* resource,
|
||||
if (index == -1) {
|
||||
// Okay, just punt and assume there is _no_ namespace on
|
||||
// this thing...
|
||||
NS_ASSERTION(PR_FALSE, "couldn't find reasonable namespace prefix");
|
||||
//NS_ASSERTION(PR_FALSE, "couldn't find reasonable namespace prefix");
|
||||
nameSpaceURI.Truncate();
|
||||
nameSpacePrefix.Truncate();
|
||||
property = uri;
|
||||
|
Loading…
x
Reference in New Issue
Block a user