| Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| index bef27b8ddf4606b5deb2a55d60cf4cdfe98d671a..7d2ceea4464a7eb69b3ce90f2f3eccb702ddfa4c 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
|
| @@ -284,8 +284,7 @@ void PaintController::commitNewDisplayItems()
|
| && !m_newDisplayItemList.isEmpty()
|
| && m_newDisplayItemList.last().type() == DisplayItem::CachedDisplayItemList) {
|
| // The whole display item list is cached.
|
| - ASSERT(m_newDisplayItemList.size() == 1
|
| - || (m_newDisplayItemList.size() == 2 && DisplayItem::nonCachedType(m_newDisplayItemList[0].type()) == DisplayItem::DebugRedFill));
|
| + ASSERT(m_newDisplayItemList.size() == 1);
|
| ASSERT(m_invalidations.isEmpty());
|
| ASSERT(m_clientsCheckedPaintInvalidation.isEmpty());
|
| m_newDisplayItemList.clear();
|
|
|