Changed warning to assertion because this is the next thing we need to fix.

This commit is contained in:
warren%netscape.com 1999-07-10 11:08:09 +00:00
Родитель 587b2f0a69
Коммит c8bfc4ccbb
1 изменённых файлов: 1 добавлений и 1 удалений

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

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