зеркало из https://github.com/mozilla/pjs.git
Added ifdefs for necko-only.
This commit is contained in:
Родитель
717b7300bd
Коммит
50a62a2e79
|
@ -15,6 +15,8 @@
|
|||
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#ifdef NECKO
|
||||
|
||||
#include "nsChromeProtocolHandler.h"
|
||||
#include "nsCRT.h"
|
||||
|
@ -167,3 +169,4 @@ nsChromeProtocolHandler::NewChannel(const char* verb, nsIURI* uri,
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#endif // NECKO
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#ifdef NECKO
|
||||
|
||||
#include "nsChromeProtocolHandler.h"
|
||||
#include "nsCRT.h"
|
||||
|
@ -167,3 +169,4 @@ nsChromeProtocolHandler::NewChannel(const char* verb, nsIURI* uri,
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#endif // NECKO
|
||||
|
|
Загрузка…
Ссылка в новой задаче