Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
This commit is contained in:
@@ -287,7 +287,7 @@ HTMLOptionsCollection::GetSupportedNames(unsigned aFlags,
|
||||
return;
|
||||
}
|
||||
|
||||
nsAutoTArray<nsIAtom*, 8> atoms;
|
||||
AutoTArray<nsIAtom*, 8> atoms;
|
||||
for (uint32_t i = 0; i < mElements.Length(); ++i) {
|
||||
HTMLOptionElement* content = mElements.ElementAt(i);
|
||||
if (content) {
|
||||
|
||||
Reference in New Issue
Block a user