| Index: Source/modules/speech/SpeechRecognitionEvent.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionEvent.cpp b/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| index 5741b7540115b6a33200c23f12fb70524b0a0312..28677c24671a2dc02aa0429abd29dd7aa1dae0c2 100644
|
| --- a/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionEvent.cpp
|
| @@ -57,7 +57,7 @@ PassRefPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::createNoMatch(PassRef
|
| return adoptRef(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, SpeechRecognitionResultList::create(results)));
|
| }
|
|
|
| - return adoptRef(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, 0));
|
| + return adoptRef(new SpeechRecognitionEvent(EventTypeNames::nomatch, 0, nullptr));
|
| }
|
|
|
| const AtomicString& SpeechRecognitionEvent::interfaceName() const
|
|
|