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

Unified Diff: Source/core/rendering/RenderFlowThread.cpp

Issue 739743002: RenderGrid needs to pop its LayoutState before relayout. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/rendering/RenderFlowThread.cpp
diff --git a/Source/core/rendering/RenderFlowThread.cpp b/Source/core/rendering/RenderFlowThread.cpp
index bbb67eb16f960af05d02491b75793bfc3a7f16d1..eef49e000b55142b372a3fea19c94a3bd4b41bff 100644
--- a/Source/core/rendering/RenderFlowThread.cpp
+++ b/Source/core/rendering/RenderFlowThread.cpp
@@ -309,6 +309,7 @@ void RenderFlowThread::pushFlowThreadLayoutState(const RenderObject& object)
}
}
+ ASSERT(!m_statePusherObjectsStack.contains(&object));
m_statePusherObjectsStack.add(&object);
}
« no previous file with comments | « LayoutTests/fast/multicol/grid-with-auto-scrollbar-crash-expected.txt ('k') | Source/core/rendering/RenderGrid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698