| Index: Source/modules/speech/SpeechSynthesisEvent.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisEvent.h b/Source/modules/speech/SpeechSynthesisEvent.h
|
| index 8db2085c88bfcbea331726846de2a50bc93e97b4..e4a7c6bcb9d1a7fe5cc9e0e960358e5606009fea 100644
|
| --- a/Source/modules/speech/SpeechSynthesisEvent.h
|
| +++ b/Source/modules/speech/SpeechSynthesisEvent.h
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SpeechSynthesisEvent final : public Event {
|
| +class SpeechSynthesisEvent : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create();
|
|
|