Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElements calls. r=froydnj
This commit is contained in:
@@ -478,7 +478,7 @@ Merge(ChunkSet* aStoreChunks,
|
||||
// to make the chunkranges continuous.
|
||||
aStoreChunks->Merge(aUpdateChunks);
|
||||
|
||||
aStorePrefixes->AppendElements(adds);
|
||||
aStorePrefixes->AppendElements(adds, fallible);
|
||||
EntrySort(*aStorePrefixes);
|
||||
|
||||
return NS_OK;
|
||||
|
||||
Reference in New Issue
Block a user