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

Unified Diff: third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume.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-pause-resume.html
diff --git a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume.html b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume.html
index 69517ae23b87c4a3bae094b01d0a4a77dad0ec50..ce43df3db6567b006fcee3f5c4d2f9d696ee329b 100644
--- a/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume.html
+++ b/third_party/WebKit/LayoutTests/fast/speechsynthesis/speech-synthesis-pause-resume.html
@@ -14,7 +14,7 @@
if (window.testRunner)
testRunner.waitUntilDone();
if (window.internals)
- window.internals.enableMockSpeechSynthesizer(document);
+ window.internals.enableMockSpeechSynthesizer(window);
window.jsTestIsAsync = true;

Powered by Google App Engine
This is Rietveld 408576698