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

Unified Diff: third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.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
Index: third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
diff --git a/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
index 503d00db0b2d90d04c78dd9b075883d0bc6c9ed1..2e6f2b0280b112965164de6085d2c0064d5f9203 100644
--- a/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
+++ b/third_party/WebKit/Source/modules/speech/WindowSpeechSynthesis.idl
@@ -27,5 +27,5 @@
ImplementedAs=DOMWindowSpeechSynthesis,
RuntimeEnabled=ScriptedSpeech,
] partial interface Window {
- [Measure] readonly attribute SpeechSynthesis speechSynthesis;
+ [Measure, CallWith=ScriptState] readonly attribute SpeechSynthesis speechSynthesis;
};

Powered by Google App Engine
This is Rietveld 408576698