Index: base/mac/scoped_nsexception_enabler.mm |
diff --git a/base/mac/scoped_nsexception_enabler.mm b/base/mac/scoped_nsexception_enabler.mm |
index 6815de3fbf0b57aa6856623600e318a1f5c968d5..605563f7f253f21ca21a6d523d42915039fe53c6 100644 |
--- a/base/mac/scoped_nsexception_enabler.mm |
+++ b/base/mac/scoped_nsexception_enabler.mm |
@@ -16,7 +16,7 @@ namespace { |
// Whether to allow NSExceptions to be raised on the current thread. |
LazyInstance<ThreadLocalBoolean, LeakyLazyInstanceTraits<ThreadLocalBoolean> > |
- g_exceptionsAllowed(base::LINKER_INITIALIZED); |
+ g_exceptionsAllowed = LINKER_ZERO_INITIALIZED; |
} // namespace |