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

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

Issue 2150933002: Fix crash when removing contents from a document having multiple bodies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: 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 10897245dab43bf655cf30e9ef7aeae6ede030ae..23f45719c11527a2c3f91504a38794e8f78005e3 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -2613,10 +2613,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