Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl |
diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl |
index 98b53def2a815ff979eb9629532594783101979e..1c2960fc8dbee586ee4480d300509a433bc66e4b 100644 |
--- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl |
+++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl |
@@ -31,7 +31,7 @@ |
readonly attribute boolean speaking; |
readonly attribute boolean paused; |
- [RaisesException] void speak(SpeechSynthesisUtterance utterance); |
+ [RaisesException, LegacyInterfaceTypeChecking] void speak(SpeechSynthesisUtterance utterance); |
void cancel(); |
void pause(); |
void resume(); |