mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Backout patch from bug 528964 due to bustage.
This commit is contained in:
parent
521d6a18bb
commit
bf2102f393
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user