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

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl

Issue 1481163002: Drop [LegacyInterfaceTypeChecking] for SpeechSynthesis.prototype.speak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 5 years, 1 month 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/SpeechSynthesis.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/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();
« no previous file with comments | « third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698