Index: Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h |
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h b/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h |
index fe12b7d91ec375ce42678611ed30aaac222d600c..448c58429be585d8ac067cacfa737cb72eaaa58d 100644 |
--- a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h |
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h |
@@ -53,10 +53,8 @@ public: |
virtual void sentenceBoundaryEventOccurred(const WebKit::WebSpeechSynthesisUtterance&, unsigned charIndex); |
private: |
-#if ENABLE(SPEECH_SYNTHESIS) |
PlatformSpeechSynthesizer* m_synthesizer; |
PlatformSpeechSynthesizerClient* m_client; |
-#endif |
}; |
} // namespace WebCore |