| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 962e8569b21753acf8a39184c9bd3d7779656184..d286a2c29220876f4d9df00f8acff3d3b0eeacf5 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -108,8 +108,8 @@ static const int kPopupListBoxMinimumRowHeight = 60;
|
|
|
| // Keep the global RenderThreadImpl in a TLS slot so it is impossible to access
|
| // incorrectly from the wrong thread.
|
| -static base::LazyInstance<base::ThreadLocalPointer<RenderThreadImpl> > lazy_tls(
|
| - base::LINKER_INITIALIZED);
|
| +static base::LazyInstance<base::ThreadLocalPointer<RenderThreadImpl> >
|
| + lazy_tls = LINKER_ZERO_INITIALIZED;
|
|
|
| class RenderViewZoomer : public content::RenderViewVisitor {
|
| public:
|
|
|