Bug 1235261 - Part 6: Rename AutoInfallibleTArray to AutoTArray. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2016-01-31 17:12:12 +02:00
parent 76484f9348
commit a41f0be192
15 changed files with 26 additions and 26 deletions

View File

@@ -436,7 +436,7 @@ PluginScriptableObjectChild::ScriptableEnumerate(NPObject* aObject,
NS_ASSERTION(actor, "This shouldn't ever be null!");
NS_ASSERTION(actor->Type() == Proxy, "Bad type!");
AutoInfallibleTArray<PluginIdentifier, 10> identifiers;
AutoTArray<PluginIdentifier, 10> identifiers;
bool success;
actor->CallEnumerate(&identifiers, &success);