| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| index 0b017b04664f39301d876849fb16377bc756bc75..e28e992e09c0df8d96ff9de07738fb18ae32d6d8 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| @@ -540,6 +540,7 @@ void PaintController::CommitNewDisplayItems(
|
| item.key->SetDisplayItemsCached(current_cache_generation_);
|
| #if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
|
| DisplayItemClient::EndShouldKeepAliveAllClients(item.key);
|
| + DCHECK(current_subsequence_clients_.IsEmpty());
|
| #endif
|
| }
|
|
|
|
|