| Index: third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| index 96fe94dd115a0cc4288aa04e12de721f860e13bf..aca0080427d5ac5d7f032ac254ca836d5592c610 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
|
| @@ -445,7 +445,6 @@ ClipRect PaintLayerClipper::clipRectWithGeometryMapper(
|
| bool isForeground) const {
|
| DCHECK(m_geometryMapper);
|
| const auto* properties = m_layer.layoutObject()->paintProperties();
|
| - // TODO(chrishtr): fix the underlying bug that causes this situation.
|
| DCHECK(properties && properties->localBorderBoxProperties());
|
|
|
| PropertyTreeState propertyTreeState = *properties->localBorderBoxProperties();
|
|
|