| Index: Source/platform/graphics/ContentLayerDelegate.cpp
|
| diff --git a/Source/platform/graphics/ContentLayerDelegate.cpp b/Source/platform/graphics/ContentLayerDelegate.cpp
|
| index f0c2df4aa3df3f34c4b72ba81eb2bdb3ab2ef89f..bbca97980ef99feee1111ea3e70456a338b9de4a 100644
|
| --- a/Source/platform/graphics/ContentLayerDelegate.cpp
|
| +++ b/Source/platform/graphics/ContentLayerDelegate.cpp
|
| @@ -90,7 +90,6 @@ void ContentLayerDelegate::paintContents(
|
| picture = adoptRef(recorder.endRecording());
|
|
|
| ASSERT(m_painter->displayItemList());
|
| - ASSERT(m_painter->displayItemList()->paintList().size() > 0);
|
|
|
| const PaintList& paintList = m_painter->displayItemList()->paintList();
|
| for (PaintList::const_iterator it = paintList.begin(); it != paintList.end(); ++it)
|
|
|