| Index: Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
 | 
| diff --git a/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h b/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
 | 
| index fd5a1613c0ab7c52a776ec82ca64246afa6a2f35..8e7e747680033a6e766b1f458850ebf09c81e99c 100644
 | 
| --- a/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
 | 
| +++ b/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
 | 
| @@ -38,7 +38,7 @@ namespace WebKit {
 | 
|  
 | 
|  class WebSpeechSynthesisVoice {
 | 
|  public:
 | 
| -    WebSpeechSynthesisVoice() { }
 | 
| +    WEBKIT_EXPORT WebSpeechSynthesisVoice();
 | 
|      WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); }
 | 
|      ~WebSpeechSynthesisVoice() { reset(); }
 | 
|  
 | 
| 
 |