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@135993 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -57,7 +57,6 @@ PluginArrayImpl::PluginArrayImpl(NavigatorImpl* navigator,
|
||||
nsIDocShell *aDocShell)
|
||||
{
|
||||
nsresult rv;
|
||||
NS_INIT_ISUPPORTS();
|
||||
mNavigator = navigator; // don't ADDREF here, needed for parent of script object.
|
||||
mPluginHost = do_GetService(kPluginManagerCID, &rv);
|
||||
mPluginCount = 0;
|
||||
@@ -290,7 +289,6 @@ PluginArrayImpl::GetPlugins()
|
||||
|
||||
PluginElementImpl::PluginElementImpl(nsIDOMPlugin* plugin)
|
||||
{
|
||||
NS_INIT_ISUPPORTS();
|
||||
mPlugin = plugin; // don't AddRef, see PluginArrayImpl::Item.
|
||||
mMimeTypeCount = 0;
|
||||
mMimeTypeArray = nsnull;
|
||||
|
||||
Reference in New Issue
Block a user