| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 4dad56f51f9e48fb5944e50803432fcc59fd4c7e..81840af4d725933de059d26e84e820ea8858a12e 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1896,6 +1896,9 @@
|
| ['OS=="mac" or OS=="ios"', {
|
| 'clang%': 1,
|
|
|
| + # On Mac and iOS we just use the default system allocator.
|
| + 'use_allocator%': 'none',
|
| +
|
| 'variables': {
|
| # Mac OS X SDK and deployment target support. The SDK identifies
|
| # the version of the system headers that will be used, and
|
|
|