| Index: Source/platform/speech/PlatformSpeechSynthesizer.h
|
| diff --git a/Source/platform/speech/PlatformSpeechSynthesizer.h b/Source/platform/speech/PlatformSpeechSynthesizer.h
|
| index 00209ba39df0ea828556624481380b305ca13526..43f9cd310a66c08905cd2b0de2019319453fa928 100644
|
| --- a/Source/platform/speech/PlatformSpeechSynthesizer.h
|
| +++ b/Source/platform/speech/PlatformSpeechSynthesizer.h
|
| @@ -56,7 +56,6 @@ public:
|
| virtual void boundaryEventOccurred(PlatformSpeechSynthesisUtterance*, SpeechBoundary, unsigned charIndex) = 0;
|
| virtual void voicesDidChange() = 0;
|
|
|
| - virtual void trace(Visitor*) { }
|
| protected:
|
| virtual ~PlatformSpeechSynthesizerClient() { }
|
| };
|
|
|