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