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