Changed back to a warning since I now know this is non-critical for necko.

This commit is contained in:
warren%netscape.com 1999-07-14 20:50:02 +00:00
Родитель a6747fa713
Коммит 4c6bea8a70
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -438,7 +438,7 @@ PR_IMPLEMENT(void)
NET_InitJavaScriptProtocol(void)
{
#ifdef NECKO
NS_ASSERTION(0, "Brendan said he would implement the javascript: protocol.");
NS_WARNING("Brendan said he would implement the javascript: protocol.");
#else
static NET_ProtoImpl mocha_proto_impl;