| Index: content/plugin/plugin_thread.cc
|
| diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc
|
| index 7951a8f4a43484b5d8dc493f0bde6c4d2ee0f848..f4de8bee16f8822cc3500355dcc81a188ee793bf 100644
|
| --- a/content/plugin/plugin_thread.cc
|
| +++ b/content/plugin/plugin_thread.cc
|
| @@ -65,8 +65,8 @@ class EnsureTerminateMessageFilter : public IPC::ChannelProxy::MessageFilter {
|
|
|
| } // namespace
|
|
|
| -static base::LazyInstance<base::ThreadLocalPointer<PluginThread> > lazy_tls(
|
| - base::LINKER_INITIALIZED);
|
| +static base::LazyInstance<base::ThreadLocalPointer<PluginThread> > lazy_tls =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| PluginThread::PluginThread()
|
| : preloaded_plugin_module_(NULL) {
|
|
|