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

Unified Diff: Source/WebCore/rendering/RenderTable.h

Issue 9212061: Merge 105542 - Crash in RenderTable::borderBefore (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/WebCore/rendering/RenderTable.h
===================================================================
--- Source/WebCore/rendering/RenderTable.h (revision 105781)
+++ Source/WebCore/rendering/RenderTable.h (working copy)
@@ -274,6 +274,7 @@
inline RenderTableSection* RenderTable::topSection() const
{
+ ASSERT(!needsSectionRecalc());
if (m_head)
return m_head;
if (m_firstBody)
« no previous file with comments | « LayoutTests/fast/table/crash-beforeBorder-dirty-section-expected.txt ('k') | Source/WebCore/rendering/RenderTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698