Bug 1235261 - Part 6: Rename AutoInfallibleTArray to AutoTArray. r=froydnj
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user