| Index: LayoutTests/fast/speechsynthesis/speech-synthesis-cancel.html
|
| diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-cancel.html b/LayoutTests/fast/speechsynthesis/speech-synthesis-cancel.html
|
| index 8ee35181f8d558e9fce07a49bb6d6b2cce60ea0d..e7c054124941ac5a89f9c7e915761c6f52235e5e 100644
|
| --- a/LayoutTests/fast/speechsynthesis/speech-synthesis-cancel.html
|
| +++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-cancel.html
|
| @@ -15,7 +15,7 @@
|
| testRunner.waitUntilDone();
|
|
|
| if (window.internals)
|
| - window.internals.enableMockSpeechSynthesizer();
|
| + window.internals.enableMockSpeechSynthesizer(document);
|
|
|
| window.jsTestIsAsync = true;
|
|
|
|
|