| 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 688ddd2b657938f4ba452d68c30d09ee4257aacc..462e5a297ca2b2e5c4f6bd3191c64ac461f76079 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)
|
| +#if ENABLE(ASSERT) && !defined(UNDEFINED_SANITIZER)
|
|
|
| TEST(DisplayItemClientTest, IsAlive) {
|
| EXPECT_FALSE(reinterpret_cast<DisplayItemClient*>(0x12345678)->isAlive());
|
|
|