| 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 4d634751f253a56e42f04063a3bcb055e6e9c9d4..f26f6f96f4683d818bf4fa484248336c472bfea1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.h
|
| @@ -10,9 +10,7 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -#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()
|
| +#define CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS DCHECK_IS_ON()
|
|
|
| namespace blink {
|
|
|
|
|