mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 421943 ? "redundant multiplexed document" should be a warning not assertion (r=sayre, sr+a=shaver)
This commit is contained in:
parent
2066bfc469
commit
fcb8ab3a86
@ -1400,7 +1400,7 @@ nsFastLoadFileWriter::StartMuxedDocument(nsISupports* aURI,
|
||||
saveGeneration = mDocumentMap.generation;
|
||||
}
|
||||
|
||||
NS_ASSERTION(docMapEntry->mString == nsnull,
|
||||
NS_WARN_IF_FALSE(docMapEntry->mString == nsnull,
|
||||
"redundant multiplexed document?");
|
||||
if (docMapEntry->mString)
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
|
Loading…
Reference in New Issue
Block a user