r=harishd. Fix for bug 27507. Removed a bogus assert.

This commit is contained in:
nisheeth%netscape.com 2000-02-15 22:03:05 +00:00
Родитель 645c0fc3a4
Коммит b32dcba506
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -4426,7 +4426,6 @@ HTMLContentSink::NotifyError(const nsParserError* aError)
{
// Errors in HTML? Who would have thought!
// Why are you telling us, parser. Deal with it yourself.
PR_ASSERT(0);
return NS_OK;
}

Просмотреть файл

@ -4426,7 +4426,6 @@ HTMLContentSink::NotifyError(const nsParserError* aError)
{
// Errors in HTML? Who would have thought!
// Why are you telling us, parser. Deal with it yourself.
PR_ASSERT(0);
return NS_OK;
}