Backout 890368240f48 (bug 838304) for xpcshell-test failures

This commit is contained in:
Marco Bonardo 2013-02-05 23:06:16 +01:00
parent 2874ffe344
commit 14aafb1dc0

View File

@ -369,7 +369,6 @@ nsNavHistoryContainerResultNode::OnRemoving()
for (int32_t i = 0; i < mChildren.Count(); ++i)
mChildren[i]->OnRemoving();
mChildren.Clear();
mResult = nullptr;
}
@ -2052,7 +2051,6 @@ nsNavHistoryQueryResultNode::OnRemoving()
{
nsNavHistoryResultNode::OnRemoving();
ClearChildren(true);
mResult = nullptr;
}
@ -3159,7 +3157,6 @@ nsNavHistoryFolderResultNode::OnRemoving()
{
nsNavHistoryResultNode::OnRemoving();
ClearChildren(true);
mResult = nullptr;
}