| Index: base/allocator/allocator_shim.cc
|
| diff --git a/base/allocator/allocator_shim.cc b/base/allocator/allocator_shim.cc
|
| index 95480ea4b6b510f52a244d529da7a16385c9d035..3b26e3ab2696c5421b590cb3fa407cba3ef5bd3b 100644
|
| --- a/base/allocator/allocator_shim.cc
|
| +++ b/base/allocator/allocator_shim.cc
|
| @@ -34,7 +34,6 @@ subtle::AtomicWord g_chain_head = reinterpret_cast<subtle::AtomicWord>(
|
| &allocator::AllocatorDispatch::default_dispatch);
|
|
|
| bool g_call_new_handler_on_malloc_failure = false;
|
| -
|
| #if !defined(OS_WIN)
|
| subtle::Atomic32 g_new_handler_lock = 0;
|
| #endif
|
|
|