diff options
Diffstat (limited to 'content/renderer/render_thread_impl.cc')
-rw-r--r-- | content/renderer/render_thread_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc index ea8f8ff..a47ea0c 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 = LAZY_INSTANCE_INITIALIZER; class RenderViewZoomer : public content::RenderViewVisitor { public: |