| Index: base/debug/stack_trace_unittest.cc
 | 
| diff --git a/base/debug/stack_trace_unittest.cc b/base/debug/stack_trace_unittest.cc
 | 
| index 0f1b5ac55e95a1fc1fd58e54af9ae84ac83819ef..1090af7947662622189a40f4a8ca8dec1bcf3adc 100644
 | 
| --- a/base/debug/stack_trace_unittest.cc
 | 
| +++ b/base/debug/stack_trace_unittest.cc
 | 
| @@ -152,7 +152,7 @@ TEST_F(StackTraceTest, DebugPrintBacktrace) {
 | 
|  }
 | 
|  #endif  // !defined(__UCLIBC__)
 | 
|  
 | 
| -#if defined(OS_POSIX) && !defined(OS_ANDROID)
 | 
| +#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_FUCHSIA)
 | 
|  #if !defined(OS_IOS)
 | 
|  static char* newArray() {
 | 
|    // Clang warns about the mismatched new[]/delete if they occur in the same
 | 
| 
 |