The ports tinderboxes were inconveniently down so this bustage was hidden for the past week. Bug #45698

git-svn-id: svn://10.0.0.236/trunk@75012 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-07-28 05:43:24 +00:00
parent 2d26be1613
commit 04d7dbe793
2 changed files with 12 additions and 12 deletions

View File

@@ -3038,12 +3038,12 @@ LoadXPCOMPlugin(nsIComponentManager* aComponentManager,
if (NS_SUCCEEDED(rv)) {
// All done! Create the new nsPluginTag info and send it back.
nsPluginTag* tag
= new nsPluginTag(name,
description,
filename,
mimetypes,
mimedescriptions,
extensions,
= new nsPluginTag(name.get(),
description.get(),
filename.get(),
(const char* const*)mimetypes,
(const char* const*)mimedescriptions,
(const char* const*)extensions,
count);
if (! tag)

View File

@@ -3038,12 +3038,12 @@ LoadXPCOMPlugin(nsIComponentManager* aComponentManager,
if (NS_SUCCEEDED(rv)) {
// All done! Create the new nsPluginTag info and send it back.
nsPluginTag* tag
= new nsPluginTag(name,
description,
filename,
mimetypes,
mimedescriptions,
extensions,
= new nsPluginTag(name.get(),
description.get(),
filename.get(),
(const char* const*)mimetypes,
(const char* const*)mimedescriptions,
(const char* const*)extensions,
count);
if (! tag)