Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html b/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
index acdb3ca4357f190b0f32484f5b3b9d4d021398fc..a642801312f762864e40e9d04065814a8dc94240 100644
--- a/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
+++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
@@ -16,7 +16,7 @@
debug('Initially, there are ' + list.length + ' voices.');
if (window.internals)
- window.internals.enableMockSpeechSynthesizer();
+ window.internals.enableMockSpeechSynthesizer(document);
list = speechSynthesis.getVoices();
debug('Now there are ' + list.length + ' voices.');
« no previous file with comments | « LayoutTests/fast/speechsynthesis/speech-synthesis-voices.html ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698