| 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;
|
| };
|
|
|