| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index 068773a6888f068bd1437dbdc4e7a14eb960bf2c..11fe4cda51b931443bf3813cb916a09e4267616b 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -3395,9 +3395,6 @@
|
|
|
| void RenderObject::clearPaintInvalidationState()
|
| {
|
| - // paintInvalidationStateIsDirty should be kept in sync with the
|
| - // booleans that are cleared below.
|
| - ASSERT(paintInvalidationStateIsDirty());
|
| setShouldDoFullPaintInvalidation(false);
|
| setShouldDoFullPaintInvalidationIfSelfPaintingLayer(false);
|
| setOnlyNeededPositionedMovementLayout(false);
|
|
|