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:
parent
6468132fc8
commit
464a64de33
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user