| Index: LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html
|
| diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html b/LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html
|
| index ae86e976f2a59959879cec5cc92f8ce6773e8ef8..d3c85fa63c54c01e22c885fad3e0e4f194133606 100644
|
| --- a/LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html
|
| +++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html
|
| @@ -9,7 +9,7 @@
|
|
|
| <script>
|
| if (window.internals)
|
| - window.internals.enableMockSpeechSynthesizer();
|
| + window.internals.enableMockSpeechSynthesizer(document);
|
|
|
| description("This tests that we can get synthesizer voices on the Mac");
|
|
|
|
|