Chromium Code Reviews| Index: Source/wtf/Assertions.h |
| diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h |
| index 4ac87e79ab1cbfe3ae7c6a4c0be90475ff7b6f6a..163170810d39e3ae16985d7038feb88bed0147be 100644 |
| --- a/Source/wtf/Assertions.h |
| +++ b/Source/wtf/Assertions.h |
| @@ -149,7 +149,7 @@ using WTF::FrameToNameScope; |
| IMMEDIATE_CRASH()) |
| #endif |
| -#if COMPILER(CLANG) |
| +#if COMPILER(CLANG) && COMPILER(GCC) |
| #define NO_RETURN_DUE_TO_CRASH NO_RETURN |
| #else |
| #define NO_RETURN_DUE_TO_CRASH |