| Index: base/allocator/BUILD.gn
|
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
|
| index a9d708403303837da84024ba4c81aaa091e1c8c2..02a7ba0b82a9112eee79b82e0755bd1fe9f10704 100644
|
| --- a/base/allocator/BUILD.gn
|
| +++ b/base/allocator/BUILD.gn
|
| @@ -16,7 +16,7 @@ declare_args() {
|
| # The Windows-only allocator shim is only enabled for Release static builds, and
|
| # is mutually exclusive with the generalized shim.
|
| win_use_allocator_shim = is_win && !is_component_build && !is_debug &&
|
| - !use_experimental_allocator_shim
|
| + !use_experimental_allocator_shim && !is_asan
|
|
|
| # This "allocator" meta-target will forward to the default allocator according
|
| # to the build settings.
|
|
|