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;