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

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

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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();

Powered by Google App Engine
This is Rietveld 408576698