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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user