зеркало из https://github.com/mozilla/gecko-dev.git
Added ifdefs for necko-only.
This commit is contained in:
Родитель
9536ba0f0b
Коммит
87358dae99
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче