| 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 a0c4d830b0038274700ce939d2a12684a327e4e6..151596cd45032813c2f8217e4ae8ebc2857e367e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
|
| @@ -371,8 +371,8 @@ static void adjustAmountOfExternalAllocatedMemory(int64_t diff) {
|
| MutexLocker locker(mutex);
|
|
|
| processTotal += diff;
|
| - DCHECK_GE(processTotal, 0) << "total amount = " << processTotal
|
| - << ", diff = " << diff;
|
| + DCHECK_GE(processTotal, 0)
|
| + << "total amount = " << processTotal << ", diff = " << diff;
|
| }
|
| #endif
|
|
|
|
|