| Index: scripts/slave/recipe_modules/chromium/config.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py
|
| index 0ec9e1af1c609eca0f27d2208b39e955fa17e565..a068ed59e180f1ef37a37235897ff7f04c29f320 100644
|
| --- a/scripts/slave/recipe_modules/chromium/config.py
|
| +++ b/scripts/slave/recipe_modules/chromium/config.py
|
| @@ -396,8 +396,6 @@ def asan(c):
|
| if 'clang' not in c.compile_py.compiler: # pragma: no cover
|
| raise BadConf('asan requires clang')
|
| c.runtests.swarming_tags |= {'asan:1'}
|
| - if c.TARGET_PLATFORM == 'linux':
|
| - c.gyp_env.GYP_DEFINES['use_allocator'] = 'none'
|
| if c.TARGET_PLATFORM in ['mac', 'win']:
|
| # Set fastbuild=0 and prevent other configs from changing it.
|
| fastbuild(c, invert=True, optional=False)
|
|
|