Index: Source/platform/speech/PlatformSpeechSynthesizer.h |
diff --git a/Source/platform/speech/PlatformSpeechSynthesizer.h b/Source/platform/speech/PlatformSpeechSynthesizer.h |
index cbe93a0a5f36b1239a00200cea75de567ca49956..85ceed87301234c52706a1ac6c09652d10c2d6fc 100644 |
--- a/Source/platform/speech/PlatformSpeechSynthesizer.h |
+++ b/Source/platform/speech/PlatformSpeechSynthesizer.h |
@@ -89,6 +89,8 @@ private: |
Member<WebSpeechSynthesizerClientImpl> m_webSpeechSynthesizerClient; |
}; |
+WILL_BE_EAGERLY_SWEPT(PlatformSpeechSynthesizer); |
+ |
} // namespace blink |
#endif // PlatformSpeechSynthesizer_h |