| 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..f5559f0455a26730b6f29b372345809ee258c5f0 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 = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|