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 1c2960fc8dbee586ee4480d300509a433bc66e4b..17fa33a736f64e2450440b4f88055fca69b4729c 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, LegacyInterfaceTypeChecking] void speak(SpeechSynthesisUtterance utterance); |
+ void speak(SpeechSynthesisUtterance utterance); |
void cancel(); |
void pause(); |
void resume(); |