| Index: Source/modules/speech/SpeechRecognitionError.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionError.h b/Source/modules/speech/SpeechRecognitionError.h
|
| index 942cbb313eeafce1069ede82c2f62ae4821f1ee5..dd8ae016e53af680d96ae6f6ea0780eac69522c1 100644
|
| --- a/Source/modules/speech/SpeechRecognitionError.h
|
| +++ b/Source/modules/speech/SpeechRecognitionError.h
|
| @@ -57,7 +57,7 @@ public:
|
| const String& error() { return m_error; }
|
| const String& message() { return m_message; }
|
|
|
| - virtual const AtomicString& interfaceName() const override;
|
| + const AtomicString& interfaceName() const override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
|
|