From b380dd36ab6f9825cd8cd4dfaa2e6df9827192b2 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Wed, 14 Jul 1999 20:50:02 +0000 Subject: [PATCH] Changed back to a warning since I now know this is non-critical for necko. --- dom/src/jsurl/jsurl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/src/jsurl/jsurl.cpp b/dom/src/jsurl/jsurl.cpp index 4376c3b8ef3..66b7875c8c6 100644 --- a/dom/src/jsurl/jsurl.cpp +++ b/dom/src/jsurl/jsurl.cpp @@ -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;