| Index: Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| diff --git a/Source/platform/speech/PlatformSpeechSynthesisVoice.h b/Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| index 681ba97c9532da1158600161d0fe180c2af0383d..c3aae646e82a97878601971c48bbdb4d8448f726 100644
|
| --- a/Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.h
|
| @@ -32,7 +32,7 @@
|
|
|
| namespace blink {
|
|
|
| -class PLATFORM_EXPORT PlatformSpeechSynthesisVoice FINAL : public GarbageCollectedFinalized<PlatformSpeechSynthesisVoice> {
|
| +class PLATFORM_EXPORT PlatformSpeechSynthesisVoice final : public GarbageCollectedFinalized<PlatformSpeechSynthesisVoice> {
|
| public:
|
| static PlatformSpeechSynthesisVoice* create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault);
|
| static PlatformSpeechSynthesisVoice* create();
|
|
|