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
parent 1f8cb00869
commit 60506ac162

View File

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