| Index: Source/platform/graphics/paint/DisplayItemList.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItemList.cpp b/Source/platform/graphics/paint/DisplayItemList.cpp
|
| index 6f2a8753ee589bad8d912050f607ba5bd7a32cd3..b15c338c60279b0ade2196784c95b0c4ae04564d 100644
|
| --- a/Source/platform/graphics/paint/DisplayItemList.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItemList.cpp
|
| @@ -93,7 +93,6 @@ void DisplayItemList::processNewItem(DisplayItem& displayItem)
|
| addItemToIndexIfNeeded(displayItem, m_newDisplayItems.size() - 1, m_newDisplayItemIndicesByClient);
|
| #endif // ENABLE(ASSERT)
|
|
|
| - ASSERT(!displayItem.skippedCache()); // Only DisplayItemList can set the flag.
|
| if (skippingCache())
|
| displayItem.setSkippedCache();
|
| }
|
|
|