| Index: third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| index 6ec5ffd30dbb49bc4907478eae72ac09ca5ca1f6..2d058923ea29bc63d50308d055129412f14863db 100644
|
| --- a/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| +++ b/third_party/WebKit/Source/modules/speech/SpeechRecognitionEvent.h
|
| @@ -52,7 +52,8 @@ class SpeechRecognitionEvent final : public Event {
|
| unsigned long resultIndex() const { return m_resultIndex; }
|
| SpeechRecognitionResultList* results() const { return m_results; }
|
|
|
| - // These two methods are here to satisfy the specification which requires these attributes to exist.
|
| + // These two methods are here to satisfy the specification which requires
|
| + // these attributes to exist.
|
| Document* interpretation() { return nullptr; }
|
| Document* emma() { return nullptr; }
|
|
|
|
|