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

This commit is contained in:
Jared Wein 2012-03-23 11:11:14 -07:00
Родитель 84ad760f65
Коммит 05537a54d8
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;
}