| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| index 1748aa25f4cb352d0356e2a739e5276ed660aa05..521fb4ab8be8b694bed48e3b206b9b6d8f584d6d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemClient.cpp
|
| @@ -35,7 +35,7 @@ DisplayItemClient::~DisplayItemClient() {
|
| if (displayItemClientsShouldKeepAlive) {
|
| for (const auto& item : *displayItemClientsShouldKeepAlive) {
|
| CHECK(!item.value.contains(this))
|
| - << "Short-lived DisplayItemClient: " << item.value.get(this)
|
| + << "Short-lived DisplayItemClient: " << item.value.at(this)
|
| << ". See crbug.com/609218.";
|
| }
|
| }
|
|
|