| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index f5bda7370c1b5decbe6fa05eb5a77f51a5fc9543..e177fb8d6f568ccee6b3ae94ecbe3ae98de00d32 100644
|
| --- a/base/allocator/allocator.gyp
|
| +++ b/base/allocator/allocator.gyp
|
| @@ -312,7 +312,7 @@
|
| # Provide a way to force disable debugallocation in Debug builds,
|
| # e.g. for profiling (it's more rare to profile Debug builds,
|
| # but people sometimes need to do that).
|
| - 'disable_debugallocation%': 1,
|
| + 'disable_debugallocation%': 0,
|
| },
|
| 'conditions': [
|
| ['disable_debugallocation==0', {
|
|
|