Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index 830261ff0c84953cdac060807eb7142a42a32ace..5533b96755de441df8d24ff00393e956b6d9bdc4 100644 |
--- a/Source/core/rendering/RenderBox.cpp |
+++ b/Source/core/rendering/RenderBox.cpp |
@@ -1550,8 +1550,7 @@ void RenderBox::invalidateTreeIfNeeded(const PaintInvalidationState& paintInvali |
bool establishesNewPaintInvalidationContainer = isPaintInvalidationContainer(); |
const RenderLayerModelObject& newPaintInvalidationContainer = *adjustCompositedContainerForSpecialAncestors(establishesNewPaintInvalidationContainer ? this : &paintInvalidationState.paintInvalidationContainer()); |
- // FIXME: This assert should be re-enabled when we move paint invalidation to after compositing update. crbug.com/360286 |
- // ASSERT(&newPaintInvalidationContainer == containerForPaintInvalidation()); |
+ ASSERT(&newPaintInvalidationContainer == containerForPaintInvalidation()); |
invalidatePaintIfNeeded(paintInvalidationState, newPaintInvalidationContainer); |