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

git-svn-id: svn://10.0.0.236/trunk@38956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 1999-07-10 11:08:09 +00:00
parent 6468132fc8
commit 464a64de33

View File

@ -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;