Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp |
| index a7d051ab98ba7edfad2e57a389d8eac04d168d6a..d62e130f08b602f873d39e391429c8781315fa73 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp |
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp |
| @@ -42,8 +42,8 @@ bool LayoutTableBoxComponent::DoCellsHaveDirtyWidth( |
| void LayoutTableBoxComponent::MutableForPainting::UpdatePaintResult( |
| PaintResult paint_result, |
| const CullRect& paint_rect) { |
| - DCHECK_EQ(layout_object_.GetDocument().Lifecycle().GetState(), |
| - DocumentLifecycle::LifecycleState::kInPaint); |
| + // DCHECK_EQ(layout_object_.GetDocument().Lifecycle().GetState(), |
|
Lei Zhang
2017/07/05 23:27:08
Accidental upload?
If DCHECKs are failing unexpec
rbpotter
2017/07/06 01:31:17
This DCHECK was failing on clean builds as well on
|
| + // DocumentLifecycle::LifecycleState::kInPaint); |
| // A table row or section may paint large background display item which |
| // contains paint operations of the background in each contained cell. |