| Index: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-basics.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-basics.html b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-basics.html
|
| index 3ed5001ff37e147a593d41a10c030c2cadfeb478..3bd35cf6af9c3f2696550e476d6f188a40b147f7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-basics.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-basics.html
|
| @@ -5,7 +5,7 @@
|
| <script>
|
| setup(function() {
|
| if (window.internals)
|
| - window.internals.enableMockSpeechSynthesizer(document);
|
| + window.internals.enableMockSpeechSynthesizer(window);
|
| });
|
|
|
| test(function() {
|
|
|