| Index: cc/tiles/image_controller.cc
|
| diff --git a/cc/tiles/image_controller.cc b/cc/tiles/image_controller.cc
|
| index b0eaa101ebf5f45f2f79d1049bf4735b92021e78..7c26a1b64b5ad2fcae8c0492b9beafeedf428d3c 100644
|
| --- a/cc/tiles/image_controller.cc
|
| +++ b/cc/tiles/image_controller.cc
|
| @@ -45,7 +45,7 @@ void ImageController::GetTasksForImagesAndRef(
|
|
|
| void ImageController::UnrefImages(const std::vector<DrawImage>& images) {
|
| // Debugging information for crbug.com/650234.
|
| - CHECK(cache_) << num_times_cache_was_set_;
|
| + CHECK(cache_);
|
| for (auto image : images)
|
| cache_->UnrefImage(image);
|
| }
|
|
|