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@136028 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -75,8 +75,6 @@ nsContentTreeOwner::nsContentTreeOwner(PRBool fPrimary) : mXULWindow(nsnull),
|
||||
mPrimary(fPrimary), mContentTitleSetting(PR_FALSE),
|
||||
mChromeFlags(nsIWebBrowserChrome::CHROME_ALL)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
|
||||
// note if this fails, QI on nsIEmbeddingSiteWindow(2) will simply fail
|
||||
mSiteWindow2 = new nsSiteWindow2(this);
|
||||
}
|
||||
@@ -728,7 +726,6 @@ nsXULWindow* nsContentTreeOwner::XULWindow()
|
||||
|
||||
nsSiteWindow2::nsSiteWindow2(nsContentTreeOwner *aAggregator)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mAggregator = aAggregator;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user