зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1444200: Explicitly call the parent class default constructor from AutoTArray's copy constructor. r=froydnj
MozReview-Commit-ID: 5alSZfYJxmV
This commit is contained in:
Родитель
00635f3b26
Коммит
0d91fc49fd
|
@ -2451,6 +2451,7 @@ public:
|
|||
}
|
||||
|
||||
AutoTArray(const self_type& aOther)
|
||||
: nsTArray<E>()
|
||||
{
|
||||
Init();
|
||||
this->AppendElements(aOther);
|
||||
|
|
Загрузка…
Ссылка в новой задаче