Index: content/browser/speech/speech_input_dispatcher_host.cc |
diff --git a/content/browser/speech/speech_input_dispatcher_host.cc b/content/browser/speech/speech_input_dispatcher_host.cc |
index aacb90a3e4be276c1bc53924897e0c9db0e0ff19..fa394f0ba056e8d432b377fc313b486e375d23c6 100644 |
--- a/content/browser/speech/speech_input_dispatcher_host.cc |
+++ b/content/browser/speech/speech_input_dispatcher_host.cc |
@@ -49,7 +49,7 @@ class SpeechInputDispatcherHost::SpeechInputCallers { |
}; |
static base::LazyInstance<SpeechInputDispatcherHost::SpeechInputCallers> |
- g_speech_input_callers(base::LINKER_INITIALIZED); |
+ g_speech_input_callers = LINKER_ZERO_INITIALIZED; |
SpeechInputDispatcherHost::SpeechInputCallers::SpeechInputCallers() |
: next_id_(1) { |