Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag

git-svn-id: svn://10.0.0.236/trunk@197683 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2006-05-17 02:37:45 +00:00
parent e03436d4aa
commit 24b86187f5
8 changed files with 0 additions and 11 deletions

View File

@ -52,7 +52,6 @@ NS_IMPL_ISUPPORTS1(nsUnicodeDecodeHelper, nsIUnicodeDecodeHelper)
nsUnicodeDecodeHelper::nsUnicodeDecodeHelper()
{
NS_INIT_ISUPPORTS();
}
nsUnicodeDecodeHelper::~nsUnicodeDecodeHelper()

View File

@ -52,7 +52,6 @@ NS_IMPL_ISUPPORTS1(nsUnicodeEncodeHelper, nsIUnicodeEncodeHelper)
nsUnicodeEncodeHelper::nsUnicodeEncodeHelper()
{
NS_INIT_ISUPPORTS();
}
nsUnicodeEncodeHelper::~nsUnicodeEncodeHelper()

View File

@ -59,8 +59,6 @@ inCSSValueSearch::inCSSValueSearch()
mReturnRelativeURLs(PR_TRUE),
mNormalizeChromeURLs(PR_FALSE)
{
NS_INIT_ISUPPORTS();
mProperties = new nsCSSProperty[100];
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
}

View File

@ -62,7 +62,6 @@ static NS_DEFINE_CID(kInspectorCSSUtilsCID, NS_INSPECTORCSSUTILS_CID);
inDOMUtils::inDOMUtils()
{
NS_INIT_ISUPPORTS();
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
}

View File

@ -118,8 +118,6 @@ inDOMView::inDOMView() :
mShowWhitespaceNodes(PR_TRUE),
mFilters(PR_UINT16_MAX) // show all node types by default
{
NS_INIT_ISUPPORTS();
kAnonymousAtom = NS_NewAtom("anonymous");
kElementNodeAtom = NS_NewAtom("ELEMENT_NODE");
kAttributeNodeAtom = NS_NewAtom("ATTRIBUTE_NODE");

View File

@ -54,8 +54,6 @@
inDeepTreeWalker::inDeepTreeWalker()
{
NS_INIT_ISUPPORTS();
mShowAnonymousContent = PR_FALSE;
mShowSubDocuments = PR_FALSE;
mWhatToShow = nsIDOMNodeFilter::SHOW_ALL;

View File

@ -57,7 +57,6 @@ inFileSearch::inFileSearch()
mReturnRelativePaths(PR_FALSE),
mSearchRecursive(PR_FALSE)
{
NS_INIT_ISUPPORTS();
}
inFileSearch::~inFileSearch()

View File

@ -58,7 +58,6 @@ inFlasher::inFlasher() :
mThickness(0),
mInvert(PR_FALSE)
{
NS_INIT_ISUPPORTS();
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
}