Index: LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws.html |
diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws.html b/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws.html |
index ef89ff35be0a5bf61aefb1076ba717746d072fc1..197b6b20ca26b248fca702030e97dc17a1a90f3a 100644 |
--- a/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws.html |
+++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws.html |
@@ -10,7 +10,7 @@ |
<script> |
if (window.internals) |
- window.internals.enableMockSpeechSynthesizer(); |
+ window.internals.enableMockSpeechSynthesizer(document); |
description("This tests that passing an argument other than a SpeechSynthesisUtterance to speechSynthesis.speak throws a TypeError exception."); |