| Index: Source/wtf/Assertions.h
|
| diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h
|
| index 7fec4d933a9475de8e3491b2ae519c07c2dc5b3d..81842743f62236a673ba7de280be11006c6cd2d6 100644
|
| --- a/Source/wtf/Assertions.h
|
| +++ b/Source/wtf/Assertions.h
|
| @@ -136,7 +136,7 @@ void WTFInstallReportBacktraceOnCrashHook();
|
|
|
| /* IMMEDIATE_CRASH() - Like CRASH() below but crashes in the fastest, simplest possible way with no attempt at logging. */
|
| #ifndef IMMEDIATE_CRASH
|
| -#if COMPILER(CLANG)
|
| +#if COMPILER(GCC)
|
| #define IMMEDIATE_CRASH() __builtin_trap()
|
| #else
|
| #define IMMEDIATE_CRASH() ((void(*)())0)()
|
|
|