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