зеркало из https://github.com/mozilla/pjs.git
r=harishd. Fix for bug 27507. Removed a bogus assert.
This commit is contained in:
Родитель
645c0fc3a4
Коммит
b32dcba506
|
@ -4425,8 +4425,7 @@ NS_IMETHODIMP
|
||||||
HTMLContentSink::NotifyError(const nsParserError* aError)
|
HTMLContentSink::NotifyError(const nsParserError* aError)
|
||||||
{
|
{
|
||||||
// Errors in HTML? Who would have thought!
|
// Errors in HTML? Who would have thought!
|
||||||
// Why are you telling us, parser. Deal with it yourself.
|
// Why are you telling us, parser. Deal with it yourself.
|
||||||
PR_ASSERT(0);
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4425,8 +4425,7 @@ NS_IMETHODIMP
|
||||||
HTMLContentSink::NotifyError(const nsParserError* aError)
|
HTMLContentSink::NotifyError(const nsParserError* aError)
|
||||||
{
|
{
|
||||||
// Errors in HTML? Who would have thought!
|
// Errors in HTML? Who would have thought!
|
||||||
// Why are you telling us, parser. Deal with it yourself.
|
// Why are you telling us, parser. Deal with it yourself.
|
||||||
PR_ASSERT(0);
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче