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

Unified Diff: third_party/WebCore/Modules/speech/SpeechRecognitionEvent.idl

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « third_party/WebCore/Modules/speech/SpeechRecognitionError.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/Modules/speech/SpeechRecognitionEvent.idl
diff --git a/third_party/WebCore/Modules/speech/SpeechRecognitionEvent.idl b/third_party/WebCore/Modules/speech/SpeechRecognitionEvent.idl
index 49000810c8a376824c50ad939b4193e917c7d084..f0a9818512e7f5c0192c7d82a7b7913f991331ae 100644
--- a/third_party/WebCore/Modules/speech/SpeechRecognitionEvent.idl
+++ b/third_party/WebCore/Modules/speech/SpeechRecognitionEvent.idl
@@ -29,7 +29,6 @@ module events {
ConstructorTemplate=Event
] SpeechRecognitionEvent : Event {
readonly attribute [InitializedByEventConstructor] SpeechRecognitionResult result;
- readonly attribute [InitializedByEventConstructor] SpeechRecognitionError error;
readonly attribute [InitializedByEventConstructor] short resultIndex;
readonly attribute [InitializedByEventConstructor] SpeechRecognitionResultList resultHistory;
};
« no previous file with comments | « third_party/WebCore/Modules/speech/SpeechRecognitionError.idl ('k') | third_party/WebCore/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698