Chromium Code Reviews

Unified Diff: LayoutTests/fast/speechsynthesis/speech-synthesis-speak.html

Issue 38743004: Remove modules/speech dependencies from Internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.");

Powered by Google App Engine