Index: content/gpu/gpu_child_thread.cc |
diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc |
index 4d8a952ff3dc7bc0d7ec80c3f06e46d2dfbf5dd9..70e6190615be032dd8c3fe1bfaa1f05246757b89 100644 |
--- a/content/gpu/gpu_child_thread.cc |
+++ b/content/gpu/gpu_child_thread.cc |
@@ -57,7 +57,7 @@ |
namespace content { |
namespace { |
-static base::LazyInstance<scoped_refptr<ThreadSafeSender> > |
+static base::LazyInstance<scoped_refptr<ThreadSafeSender>>::DestructorAtExit |
g_thread_safe_sender = LAZY_INSTANCE_INITIALIZER; |
bool GpuProcessLogMessageHandler(int severity, |