mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 857994, fix compilation on some older GCCs, r=smaug
This commit is contained in:
parent
1f8cb00869
commit
60506ac162
@ -62,7 +62,7 @@ private:
|
||||
|
||||
nsCOMPtr<nsPIDOMWindow> mParent;
|
||||
|
||||
nsTArray<nsRefPtr<SpeechSynthesisUtterance>> mSpeechQueue;
|
||||
nsTArray<nsRefPtr<SpeechSynthesisUtterance> > mSpeechQueue;
|
||||
|
||||
nsRefPtr<nsSpeechTask> mCurrentTask;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user