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

Unified Diff: third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl

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
« no previous file with comments | « third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl
diff --git a/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl
index 34f2bc8119ccd876212595f5b0f07ed454bc1466..ce78a613cc3ef3b17dbeedcb3e4536635bbc8e3b 100644
--- a/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl
+++ b/third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.idl
@@ -29,5 +29,5 @@
*/
partial interface Internals {
- void enableMockSpeechSynthesizer(Document document);
+ [CallWith=ScriptState] void enableMockSpeechSynthesizer(Window window);
};
« no previous file with comments | « third_party/WebKit/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698