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

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

Powered by Google App Engine
This is Rietveld 408576698