Backout patch from bug 528964 due to bustage.

This commit is contained in:
Reed Loden 2009-12-03 03:18:52 -06:00
Родитель 521d6a18bb
Коммит bf2102f393
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -168,7 +168,7 @@ GRE_GetGREPathWithProperties(const GREVersionRange *versions,
static const GREProperty kExtraProperty =
{ "abi", TARGET_XPCOM_ABI };
nsAutoArrayPtr<GREProperty> allProperties = new GREProperty[propertiesLength + 1];
GREProperty *allProperties = new GREProperty[propertiesLength + 1];
if (!allProperties)
return NS_ERROR_OUT_OF_MEMORY;