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:
parent
e03436d4aa
commit
24b86187f5
@ -52,7 +52,6 @@ NS_IMPL_ISUPPORTS1(nsUnicodeDecodeHelper, nsIUnicodeDecodeHelper)
|
||||
|
||||
nsUnicodeDecodeHelper::nsUnicodeDecodeHelper()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsUnicodeDecodeHelper::~nsUnicodeDecodeHelper()
|
||||
|
||||
@ -52,7 +52,6 @@ NS_IMPL_ISUPPORTS1(nsUnicodeEncodeHelper, nsIUnicodeEncodeHelper)
|
||||
|
||||
nsUnicodeEncodeHelper::nsUnicodeEncodeHelper()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
nsUnicodeEncodeHelper::~nsUnicodeEncodeHelper()
|
||||
|
||||
@ -59,8 +59,6 @@ inCSSValueSearch::inCSSValueSearch()
|
||||
mReturnRelativeURLs(PR_TRUE),
|
||||
mNormalizeChromeURLs(PR_FALSE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
|
||||
mProperties = new nsCSSProperty[100];
|
||||
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
||||
}
|
||||
|
||||
@ -62,7 +62,6 @@ static NS_DEFINE_CID(kInspectorCSSUtilsCID, NS_INSPECTORCSSUTILS_CID);
|
||||
|
||||
inDOMUtils::inDOMUtils()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
||||
}
|
||||
|
||||
|
||||
@ -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");
|
||||
|
||||
@ -54,8 +54,6 @@
|
||||
|
||||
inDeepTreeWalker::inDeepTreeWalker()
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
|
||||
mShowAnonymousContent = PR_FALSE;
|
||||
mShowSubDocuments = PR_FALSE;
|
||||
mWhatToShow = nsIDOMNodeFilter::SHOW_ALL;
|
||||
|
||||
@ -57,7 +57,6 @@ inFileSearch::inFileSearch()
|
||||
mReturnRelativePaths(PR_FALSE),
|
||||
mSearchRecursive(PR_FALSE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
}
|
||||
|
||||
inFileSearch::~inFileSearch()
|
||||
|
||||
@ -58,7 +58,6 @@ inFlasher::inFlasher() :
|
||||
mThickness(0),
|
||||
mInvert(PR_FALSE)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mCSSUtils = do_GetService(kInspectorCSSUtilsCID);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user