| Index: Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| diff --git a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| index 86f0b0f41a690f0817878796f7285dfe652e39be..bb571af0b0b46e17cc6de79dd50954ac8fdcd2f3 100644
|
| --- a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
|
| @@ -40,7 +40,7 @@ protected:
|
| virtual ~PlatformSpeechSynthesisUtteranceClient() { }
|
| };
|
|
|
| -class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance FINAL : public GarbageCollectedFinalized<PlatformSpeechSynthesisUtterance> {
|
| +class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance final : public GarbageCollectedFinalized<PlatformSpeechSynthesisUtterance> {
|
| public:
|
| static PlatformSpeechSynthesisUtterance* create(PlatformSpeechSynthesisUtteranceClient*);
|
|
|
|
|