Backout patch from bug 528964 due to bustage.

This commit is contained in:
Reed Loden 2009-12-03 03:18:52 -06:00
parent 521d6a18bb
commit bf2102f393

View File

@ -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;