зеркало из https://github.com/mozilla/gecko-dev.git
Backout patch from bug 528964 due to bustage.
This commit is contained in:
Родитель
521d6a18bb
Коммит
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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче