зеркало из https://github.com/mozilla/pjs.git
Changed warning to assertion because this is the next thing we need to fix.
This commit is contained in:
Родитель
587b2f0a69
Коммит
c8bfc4ccbb
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче