Chromium Code Reviews| Index: public/platform/WebSpeechSynthesizer.h |
| diff --git a/public/platform/WebSpeechSynthesizer.h b/public/platform/WebSpeechSynthesizer.h |
| index a87de3c1c2ae43b8c8441c38dd8322604341ff87..025d4b0cf0bc228d80e0e4c374a81470a06f4c33 100644 |
| --- a/public/platform/WebSpeechSynthesizer.h |
| +++ b/public/platform/WebSpeechSynthesizer.h |
| @@ -33,7 +33,7 @@ namespace blink { |
| class WebSpeechSynthesizerClient; |
| class WebSpeechSynthesisUtterance; |
| -class WebSpeechSynthesizer { |
| +class BLINK_PLATFORM_EXPORT WebSpeechSynthesizer { |
|
abarth-chromium
2013/12/09 17:39:51
This class is entirely inline. You don't need to
|
| public: |
| virtual ~WebSpeechSynthesizer() { } |