Bug 1093076 - Fix compile error on a CLOSED TREE

This commit is contained in:
Bill McCloskey 2014-11-03 16:54:36 -08:00
Родитель 4b2e3e7949
Коммит 6b1c293c81
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2369,7 +2369,7 @@ nsPluginHost::FindPluginsForContent(uint32_t aPluginEpoch,
for (size_t i = 0; i < plugins.Length(); i++) {
nsRefPtr<nsPluginTag> tag = plugins[i];
if (!nsNPAPIPlugin::RunPluginOOP(pluginTag)) {
if (!nsNPAPIPlugin::RunPluginOOP(tag)) {
// Don't expose non-OOP plugins to content processes since we have no way
// to bridge them over.
continue;