зеркало из https://github.com/mozilla/gecko-dev.git
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
This commit is contained in:
Родитель
19a0b8da31
Коммит
c3512c3962
|
@ -52,7 +52,7 @@ NS_IMPL_ISUPPORTS1(nsUnicodeDecodeHelper, nsIUnicodeDecodeHelper)
|
||||||
|
|
||||||
nsUnicodeDecodeHelper::nsUnicodeDecodeHelper()
|
nsUnicodeDecodeHelper::nsUnicodeDecodeHelper()
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_ISUPPORTS();
|
||||||
}
|
}
|
||||||
|
|
||||||
nsUnicodeDecodeHelper::~nsUnicodeDecodeHelper()
|
nsUnicodeDecodeHelper::~nsUnicodeDecodeHelper()
|
||||||
|
|
|
@ -52,7 +52,7 @@ NS_IMPL_ISUPPORTS1(nsUnicodeEncodeHelper, nsIUnicodeEncodeHelper)
|
||||||
|
|
||||||
nsUnicodeEncodeHelper::nsUnicodeEncodeHelper()
|
nsUnicodeEncodeHelper::nsUnicodeEncodeHelper()
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_ISUPPORTS();
|
||||||
}
|
}
|
||||||
|
|
||||||
nsUnicodeEncodeHelper::~nsUnicodeEncodeHelper()
|
nsUnicodeEncodeHelper::~nsUnicodeEncodeHelper()
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
#include "ubase.h"
|
#include "ubase.h"
|
||||||
#include "umap.h"
|
#include "umap.h"
|
||||||
#include "uconvutil.h"
|
#include "uconvutil.h"
|
||||||
|
#include "nsComObsolete.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
@ -60,7 +60,7 @@ static NS_DEFINE_CID(kInspectorCSSUtilsCID, NS_INSPECTORCSSUTILS_CID);
|
||||||
|
|
||||||
inDOMUtils::inDOMUtils()
|
inDOMUtils::inDOMUtils()
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_ISUPPORTS();
|
||||||
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -115,7 +115,7 @@ inDOMView::inDOMView() :
|
||||||
mFilters(65535) // show all node types by default
|
mFilters(65535) // show all node types by default
|
||||||
|
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_ISUPPORTS();
|
||||||
|
|
||||||
kAnonymousAtom = NS_NewAtom("anonymous");
|
kAnonymousAtom = NS_NewAtom("anonymous");
|
||||||
kElementNodeAtom = NS_NewAtom("ELEMENT_NODE");
|
kElementNodeAtom = NS_NewAtom("ELEMENT_NODE");
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
inDeepTreeWalker::inDeepTreeWalker()
|
inDeepTreeWalker::inDeepTreeWalker()
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_ISUPPORTS();
|
||||||
|
|
||||||
mShowAnonymousContent = PR_FALSE;
|
mShowAnonymousContent = PR_FALSE;
|
||||||
mShowSubDocuments = PR_FALSE;
|
mShowSubDocuments = PR_FALSE;
|
||||||
|
|
|
@ -50,7 +50,7 @@ static NS_DEFINE_CID(kInspectorCSSUtilsCID, NS_INSPECTORCSSUTILS_CID);
|
||||||
|
|
||||||
inFlasher::inFlasher()
|
inFlasher::inFlasher()
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_ISUPPORTS();
|
||||||
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче