| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl
|
| index 289b1034ef990b44a95fa2142bed5fba6f2ad381..9403889559142640852e26fa187efed6f59f001a 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.idl
|
| @@ -28,8 +28,8 @@
|
| Constructor(DOMString type, optional SpeechRecognitionEventInit initDict),
|
| ] interface SpeechRecognitionEvent : Event {
|
| readonly attribute unsigned long resultIndex;
|
| - readonly attribute SpeechRecognitionResultList results;
|
| + readonly attribute SpeechRecognitionResultList? results;
|
|
|
| - readonly attribute Document interpretation;
|
| - readonly attribute Document emma;
|
| + readonly attribute Document? interpretation;
|
| + readonly attribute Document? emma;
|
| };
|
|
|