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

Unified Diff: Source/WebCore/rendering/RenderBlock.cpp

Issue 9160034: Merge 105750 - Crash when accessing removed parent in InlineTextBox. (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
« no previous file with comments | « LayoutTests/fast/block/block-remove-child-delete-line-box-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/RenderBlock.cpp
===================================================================
--- Source/WebCore/rendering/RenderBlock.cpp (revision 105789)
+++ Source/WebCore/rendering/RenderBlock.cpp (working copy)
@@ -1085,7 +1085,7 @@
if (!firstChild() && !documentBeingDestroyed()) {
// If this was our last child be sure to clear out our line boxes.
if (childrenInline())
- lineBoxes()->deleteLineBoxes(renderArena());
+ deleteLineBoxTree();
}
}
« no previous file with comments | « LayoutTests/fast/block/block-remove-child-delete-line-box-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698