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; |
}; |