Bug 972167 Followup to make the code compile now that it's actually being used

a=KWierso for checkin to a CLOSED TREE
This commit is contained in:
Neil Rashbrook 2014-02-13 21:07:46 +00:00
Родитель 1a55b7e482
Коммит cab4409bb2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1719,7 +1719,7 @@ protected:
// which won't call Init() and set up the auto buffer!
nsAutoArrayBase(const self_type &aOther) {
Init();
AppendElements(aOther);
this->AppendElements(aOther);
}
private: