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

This commit is contained in:
cls%seawood.org 2000-07-28 05:43:24 +00:00
parent fc8291b5a5
commit 01c0f7aed5
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)