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

Unified Diff: Source/modules/speech/SpeechGrammar.idl

Issue 933523004: Add TypeChecking=Unrestricted to Speech API interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months 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: Source/modules/speech/SpeechGrammar.idl
diff --git a/Source/modules/speech/SpeechGrammar.idl b/Source/modules/speech/SpeechGrammar.idl
index 7b186bf53679442e56993a2cdbe6e38032c1867d..c95516b51a76470856a8756c1aad7340755c0fe5 100644
--- a/Source/modules/speech/SpeechGrammar.idl
+++ b/Source/modules/speech/SpeechGrammar.idl
@@ -24,9 +24,10 @@
*/
[
+ Constructor,
GarbageCollected,
NoInterfaceObject,
- Constructor
+ TypeChecking=Unrestricted,
] interface SpeechGrammar {
[URL,CallWith=ExecutionContext] attribute DOMString src;
attribute float weight;
« no previous file with comments | « LayoutTests/fast/speechsynthesis/speech-synthesis-utterance-basics.html ('k') | Source/modules/speech/SpeechGrammarList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698