| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
|
| index 462e5a297ca2b2e5c4f6bd3191c64ac461f76079..59189e4d2abf511d0f082604fb71589879e57287 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClientTest.cpp
|
| @@ -10,7 +10,7 @@
|
| namespace blink {
|
| namespace {
|
|
|
| -#if ENABLE(ASSERT) && !defined(UNDEFINED_SANITIZER)
|
| +#if DCHECK_IS_ON() && !defined(UNDEFINED_SANITIZER)
|
|
|
| TEST(DisplayItemClientTest, IsAlive) {
|
| EXPECT_FALSE(reinterpret_cast<DisplayItemClient*>(0x12345678)->isAlive());
|
| @@ -20,7 +20,7 @@ TEST(DisplayItemClientTest, IsAlive) {
|
| EXPECT_FALSE(testClient->isAlive());
|
| }
|
|
|
| -#endif // ENABLE(ASSERT)
|
| +#endif
|
|
|
| } // namespace
|
| } // namespace blink
|
|
|