| Index: Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| diff --git a/Source/platform/exported/WebSpeechSynthesizerClientImpl.h b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| index 29b829ae8e735cebbd57c3a16d783b22416d6824..d9f66058bb1a823875a8fef5eca2b67970f08916 100644
|
| --- a/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| +++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
|
| @@ -37,7 +37,7 @@ namespace blink {
|
| class PlatformSpeechSynthesizer;
|
| class PlatformSpeechSynthesizerClient;
|
|
|
| -class WebSpeechSynthesizerClientImpl FINAL : public GarbageCollectedFinalized<WebSpeechSynthesizerClientImpl>, public WebSpeechSynthesizerClient {
|
| +class WebSpeechSynthesizerClientImpl final : public GarbageCollectedFinalized<WebSpeechSynthesizerClientImpl>, public WebSpeechSynthesizerClient {
|
| public:
|
| WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer*, PlatformSpeechSynthesizerClient*);
|
| virtual ~WebSpeechSynthesizerClientImpl();
|
|
|