Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElements calls. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2015-05-28 11:07:43 -07:00
parent d7f1be6b9b
commit 9ab5ae052a
19 changed files with 35 additions and 29 deletions

View File

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