| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| index 03e01b6153db6f650f0560dd91db18aad5c98d64..c4686e6d81cec47bcb65c2f2c1fccacde264860d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -10,7 +10,9 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -#define CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS DCHECK_IS_ON()
|
| +#define CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS 1
|
| +// TODO(wangxianzhu): Restore the following line after we fix crbug.com/609218.
|
| +// #define CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS DCHECK_IS_ON()
|
|
|
| namespace blink {
|
|
|
|
|