Bug 1185763 - Part 3: Rename nsTArray::MoveElementsFrom to AppendElements. r=froydnj

This commit is contained in:
Birunthan Mohanathas
2015-08-11 08:29:46 -07:00
parent 61a63032f1
commit 1f32e08020
17 changed files with 46 additions and 48 deletions

View File

@@ -790,7 +790,7 @@ nsHtml5TreeOpExecutor::MoveOpsFrom(nsTArray<nsHtml5TreeOperation>& aOpQueue)
mOpQueue.SwapElements(aOpQueue);
return;
}
mOpQueue.MoveElementsFrom(Move(aOpQueue));
mOpQueue.AppendElements(Move(aOpQueue));
}
void