Backed out changeset 29a7f9d3d4c4 (bug 730318) r=bustage

This commit is contained in:
Jared Wein 2012-03-23 11:45:27 -07:00
Родитель 03d1246a2f
Коммит 3e437af1bc
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -563,9 +563,8 @@ nsObjectLoadingContent::BindToTree(nsIDocument* aDocument, nsIContent* /*aParent
nsIContent* /*aBindingParent*/,
bool /*aCompileEventHandlers*/)
{
if (aDocument) {
if (aDocument)
return aDocument->AddPlugin(this);
}
return NS_OK;
}