Bug 837397 Followup to Bug 773761, don't define overlay twice in the same block r=Neil.

This commit is contained in:
Philip Chee 2013-02-02 23:06:56 +08:00
Родитель 639fa93cdf
Коммит e343949ee0
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1242,7 +1242,6 @@
if (!this.clickToPlayPromptShown)
this.showPluginClickToPlayPrompt();
let overlay = doc.getAnonymousElementByAttribute(pluginElement, "class", "mainBox");
if (this.isTooSmall(pluginElement, overlay))
overlay.style.visibility = "hidden";
]]>