| Index: Source/core/paint/GridPainter.cpp
|
| diff --git a/Source/core/paint/GridPainter.cpp b/Source/core/paint/GridPainter.cpp
|
| index 17d186638a4dd4bfc860ade338a599d6bc28db9c..38a77e740feed766e784d15b38bb5913ab0c54c8 100644
|
| --- a/Source/core/paint/GridPainter.cpp
|
| +++ b/Source/core/paint/GridPainter.cpp
|
| @@ -41,7 +41,6 @@ public:
|
| void GridPainter::paintChildren(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| ASSERT(!m_layoutGrid.needsLayout());
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!m_layoutGrid.gridIsDirty());
|
|
|
| LayoutRect localPaintInvalidationRect = LayoutRect(paintInfo.rect);
|
| localPaintInvalidationRect.moveBy(-paintOffset);
|
|
|