| 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..49273a543892fe6d3e5d265710de965dc8f2c35d 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 = LAZY_INSTANCE_INITIALIZER;
|
|
|
| SpeechInputDispatcherHost::SpeechInputCallers::SpeechInputCallers()
|
| : next_id_(1) {
|
|
|