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

Unified Diff: modules/speech/SpeechRecognitionError.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/SpeechRecognition.idl ('k') | modules/speech/SpeechRecognitionErrorInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/speech/SpeechRecognitionError.idl
diff --git a/modules/speech/SpeechRecognitionError.idl b/modules/speech/SpeechRecognitionError.idl
index 0150174a0c65b63363a37941b38a79bfa806ef21..5267e53331788558c5aabbac25e2baf73b3b81f9 100644
--- a/modules/speech/SpeechRecognitionError.idl
+++ b/modules/speech/SpeechRecognitionError.idl
@@ -25,8 +25,8 @@
[
NoInterfaceObject,
- EventConstructor,
+ Constructor(DOMString type, optional SpeechRecognitionErrorInit initDict),
] interface SpeechRecognitionError : Event {
- [InitializedByEventConstructor] readonly attribute DOMString error;
- [InitializedByEventConstructor] readonly attribute DOMString message;
+ readonly attribute DOMString error;
+ readonly attribute DOMString message;
};
« no previous file with comments | « modules/speech/SpeechRecognition.idl ('k') | modules/speech/SpeechRecognitionErrorInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698