| Index: third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| index 0e8ed5a52e4131284be52e43d2adee5643d39d54..30e49da2d40e6694fb24686ab6a0daede01da389 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| @@ -365,7 +365,7 @@ class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
|
| } // namespace
|
|
|
| static void adjustAmountOfExternalAllocatedMemory(int64_t diff) {
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| DEFINE_THREAD_SAFE_STATIC_LOCAL(int64_t, processTotal, new int64_t(0));
|
| DEFINE_THREAD_SAFE_STATIC_LOCAL(Mutex, mutex, new Mutex);
|
| {
|
|
|