backout 2620d0977696 because it landed w/ wrong bug number

This commit is contained in:
Daniel Holbert 2013-01-29 14:35:54 -08:00
Родитель 0a332a0602
Коммит 3c58cf52af
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1758,6 +1758,8 @@ InMemoryDataSource::ResourceEnumerator(PLDHashTable* aTable,
NS_IMETHODIMP
InMemoryDataSource::GetAllResources(nsISimpleEnumerator** aResult)
{
nsresult rv;
nsCOMArray<nsIRDFNode> nodes;
if (!nodes.SetCapacity(mForwardArcs.entryCount)) {
return NS_ERROR_OUT_OF_MEMORY;