Index: LayoutTests/fast/speechsynthesis/speech-synthesis-speak.html |
diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-speak.html b/LayoutTests/fast/speechsynthesis/speech-synthesis-speak.html |
index 4278334e50f15b4aea661f5eb8b0971dddda7168..d45dba7196a7ef3039ffea842636f68b9b8290fb 100644 |
--- a/LayoutTests/fast/speechsynthesis/speech-synthesis-speak.html |
+++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-speak.html |
@@ -10,7 +10,7 @@ |
<script> |
if (window.internals) |
- window.internals.enableMockSpeechSynthesizer(); |
+ window.internals.enableMockSpeechSynthesizer(document); |
description("This tests that the basic mechanisms of speaking text work, including sending the job and receving the callback."); |