| Index: third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp b/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
|
| index 930c02831a84765a56412d8469c1b376e6d041ea..abaa2a7521bc8c3c2e0403146e8dd1dfbf2d7f67 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
|
| @@ -28,7 +28,7 @@ TEST(AssertionsTest, Assertions) {
|
| SECURITY_CHECK(true);
|
| EXPECT_DEATH_IF_SUPPORTED(SECURITY_CHECK(false), "");
|
|
|
| - EXPECT_DEATH_IF_SUPPORTED(CRASH(), "");
|
| + EXPECT_DEATH_IF_SUPPORTED(IMMEDIATE_CRASH(), "");
|
| EXPECT_DEATH_IF_SUPPORTED(IMMEDIATE_CRASH(), "");
|
| };
|
|
|
|
|