fixing bustage, typo in bug 273056

This commit is contained in:
allan%beaufour.dk 2005-01-17 08:36:44 +00:00
Родитель 4a769b1d67
Коммит 84115ee3e9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -276,7 +276,7 @@ nsPluginArray::GetPlugins()
// need to wrap each of these with a nsPluginElement, which
// is scriptable.
for (PRUint32 i = 0; i < mPluginCount; i++) {
nsIDOMPlugin* wrapper = new PluginElement(mPluginArray[i]);
nsIDOMPlugin* wrapper = new nsPluginElement(mPluginArray[i]);
NS_IF_ADDREF(wrapper);
mPluginArray[i] = wrapper;
}