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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2133603002: Fix crash when removing contents from a document having multiple bodies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle LayoutScrollbarPart aliveness Created 4 years, 5 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: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 985302668f0a8ea807e83e05ed286ea613998074..4b515c55dd0131319d337d884c962202a27bf1f1 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -2621,10 +2621,6 @@ void FrameView::synchronizedPaint()
if (!layoutViewItem.isNull())
layoutViewItem.layer()->clearNeedsRepaintRecursively();
});
-
-#if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
- DisplayItemClient::endShouldKeepAliveAllClients();
-#endif
}
void FrameView::synchronizedPaintRecursively(GraphicsLayer* graphicsLayer)

Powered by Google App Engine
This is Rietveld 408576698