Bug 857994, fix compilation on some older GCCs, r=smaug

This commit is contained in:
sarat.addepalli@gmail.com 2013-04-07 01:24:27 +03:00
Родитель 27c48de022
Коммит d0a1229efc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -62,7 +62,7 @@ private:
nsCOMPtr<nsPIDOMWindow> mParent;
nsTArray<nsRefPtr<SpeechSynthesisUtterance>> mSpeechQueue;
nsTArray<nsRefPtr<SpeechSynthesisUtterance> > mSpeechQueue;
nsRefPtr<nsSpeechTask> mCurrentTask;