Index: Source/wtf/Assertions.h |
diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h |
index c1c5bd344eda48212ddc8fa1be966a46cfd02aee..5ba285d55f2f8b6b5ff8d6c5468ae1d120818d0d 100644 |
--- a/Source/wtf/Assertions.h |
+++ b/Source/wtf/Assertions.h |
@@ -212,7 +212,7 @@ using WTF::FrameToNameScope; |
#define ASSERT_NOT_REACHED() do { \ |
WTFReportAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, 0); \ |
- CRASH(); \ |
+ /*CRASH();*/ \ |
} while (0) |
#define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) |