| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionEventInit.idl
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEventInit.idl b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEventInit.idl
|
| index 4f55ebb1c829c9fc9a2081d8f068dc4fdd932d03..48c341b408541dd856548165cadff567d5016214 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEventInit.idl
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEventInit.idl
|
| @@ -6,5 +6,5 @@
|
|
|
| dictionary SpeechRecognitionEventInit : EventInit {
|
| unsigned long resultIndex;
|
| - SpeechRecognitionResultList results;
|
| + SpeechRecognitionResultList? results;
|
| };
|
|
|