summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/src/SpeechInputClientImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/src/SpeechInputClientImpl.cpp')
-rw-r--r--WebKit/chromium/src/SpeechInputClientImpl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKit/chromium/src/SpeechInputClientImpl.cpp b/WebKit/chromium/src/SpeechInputClientImpl.cpp
index 8bccacf..66525e3 100644
--- a/WebKit/chromium/src/SpeechInputClientImpl.cpp
+++ b/WebKit/chromium/src/SpeechInputClientImpl.cpp
@@ -42,10 +42,9 @@
namespace WebKit {
SpeechInputClientImpl::SpeechInputClientImpl(WebViewClient* web_view_client)
- : m_controller(web_view_client->speechInputController(this))
+ : m_controller(web_view_client ? web_view_client->speechInputController(this) : 0)
, m_listener(0)
{
- ASSERT(m_controller);
}
SpeechInputClientImpl::~SpeechInputClientImpl()