Index: content/browser/notification_service_impl.cc |
diff --git a/content/browser/notification_service_impl.cc b/content/browser/notification_service_impl.cc |
index 795cb30216e85931df5659da4cbedb7c1a5f8709..1e7e85f5ce879523646d7d07ef1d0cbbbba8aa73 100644 |
--- a/content/browser/notification_service_impl.cc |
+++ b/content/browser/notification_service_impl.cc |
@@ -10,7 +10,7 @@ |
#include "content/public/browser/notification_types.h" |
static base::LazyInstance<base::ThreadLocalPointer<NotificationServiceImpl> > |
- lazy_tls_ptr(base::LINKER_INITIALIZED); |
+ lazy_tls_ptr = LINKER_ZERO_INITIALIZED; |
// static |
NotificationServiceImpl* NotificationServiceImpl::current() { |