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

Unified Diff: LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.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
Index: LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html
diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html b/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html
index 035b4ce27eb24be6bc013fd2d30df8bea67fd05a..c35ad0cf594ef9ecbca9642e6502ee0bf8f2f8fb 100644
--- a/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html
+++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-uses-voice.html
@@ -11,7 +11,7 @@
description("This tests that we can get synthesizer voices on the Mac");
if (window.internals)
- window.internals.enableMockSpeechSynthesizer();
+ window.internals.enableMockSpeechSynthesizer(document);
if (window.testRunner)
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698