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

Unified Diff: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-voice.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-utterance-voice.html
diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-voice.html b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-voice.html
index f0fa6eac68eeae071128a9376c3dbd1e447c5a47..3087644b745578a2d5be9e4fb93c3bcf6341307f 100644
--- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-voice.html
+++ b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-voice.html
@@ -25,7 +25,7 @@ test(() => {
}, 'setting to non-SpeechSynthesisVoice values');
test(() => {
- internals.enableMockSpeechSynthesizer(document);
+ internals.enableMockSpeechSynthesizer(window);
const u = new SpeechSynthesisUtterance();
const voice = speechSynthesis.getVoices()[0];

Powered by Google App Engine
This is Rietveld 408576698