Backed out changeset 96a66c1a50bd for failing unit tests.

This commit is contained in:
Ben Turner 2009-01-14 18:23:21 -08:00
Родитель a3132fc3e0
Коммит b439b74cb4
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -4524,12 +4524,12 @@ nsNavHistory::RemovePagesFromHost(const nsACString& aHost, PRBool aEntireDomain)
hostPlaceIds.AppendInt(placeId);
}
// force a full refresh calling onEndUpdateBatch (will call Refresh())
UpdateBatchScoper batch(*this); // sends Begin/EndUpdateBatch to observers
rv = RemovePagesInternal(hostPlaceIds);
NS_ENSURE_SUCCESS(rv, rv);
// force a full refresh calling onEndUpdateBatch (will call Refresh())
UpdateBatchScoper batch(*this); // sends Begin/EndUpdateBatch to observers
return NS_OK;
}