| Index: Source/core/frame/LocalFrame.cpp
|
| diff --git a/Source/core/frame/LocalFrame.cpp b/Source/core/frame/LocalFrame.cpp
|
| index baf32f31d7ca627fb74b123c8503df22bc52ac09..a9d594b2ccc664188a827dffd57490584317b117 100644
|
| --- a/Source/core/frame/LocalFrame.cpp
|
| +++ b/Source/core/frame/LocalFrame.cpp
|
| @@ -396,8 +396,6 @@ String LocalFrame::layerTreeAsText(unsigned flags) const
|
| if (!contentRenderer())
|
| return String();
|
|
|
| - ASSERT(document()->lifecycle().state() >= DocumentLifecycle::CompositingClean);
|
| -
|
| return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));
|
| }
|
|
|
|
|