Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: Source/core/frame/LocalFrame.cpp

Issue 232013002: Rewind the DocumentLifecycle when dirtying state (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
abarth-chromium 2014/04/09 21:27:36 RenderLayerCompositor's layerTreeAsText has this A
-
return contentRenderer()->compositor()->layerTreeAsText(static_cast<LayerTreeFlags>(flags));
}

Powered by Google App Engine
This is Rietveld 408576698