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

Unified Diff: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html

Issue 2618613006: Remove ContextClient from DOMWindowSpeechSynthesis (Closed)
Patch Set: temp Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
index 53b6f32e028ac53698994290ebff8b6e6b4e35e3..176542a57c909295cdec20f83f854f9c0aad7b08 100644
--- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-voices-changed.html
+++ b/third_party/WebKit/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(document);
+ window.internals.enableMockSpeechSynthesizer(window);
list = speechSynthesis.getVoices();
debug('Now there are ' + list.length + ' voices.');

Powered by Google App Engine
This is Rietveld 408576698