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

Unified Diff: modules/speech/SpeechRecognitionEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « modules/speech/SpeechRecognitionErrorInit.idl ('k') | modules/speech/SpeechRecognitionEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/speech/SpeechRecognitionEvent.idl
diff --git a/modules/speech/SpeechRecognitionEvent.idl b/modules/speech/SpeechRecognitionEvent.idl
index c925f80947f31defdbbf85993e99ed0cc12e9b98..289b1034ef990b44a95fa2142bed5fba6f2ad381 100644
--- a/modules/speech/SpeechRecognitionEvent.idl
+++ b/modules/speech/SpeechRecognitionEvent.idl
@@ -24,11 +24,11 @@
*/
[
- EventConstructor,
NoInterfaceObject,
+ Constructor(DOMString type, optional SpeechRecognitionEventInit initDict),
] interface SpeechRecognitionEvent : Event {
- [InitializedByEventConstructor] readonly attribute unsigned long resultIndex;
- [InitializedByEventConstructor] readonly attribute SpeechRecognitionResultList results;
+ readonly attribute unsigned long resultIndex;
+ readonly attribute SpeechRecognitionResultList results;
readonly attribute Document interpretation;
readonly attribute Document emma;
« no previous file with comments | « modules/speech/SpeechRecognitionErrorInit.idl ('k') | modules/speech/SpeechRecognitionEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698