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 3a1de8192a5537cc6b7ed616211a494a7adcfa36..02ed411e409e6be5c19b09e51b87b278ed2ef324 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -3134,7 +3134,7 @@ void FrameView::UpdateLifecyclePhasesInternal( |
composited_element_ids); |
} |
- DCHECK(!view.HasPendingSelection()); |
+ DCHECK(!frame_->Selection().IsLayoutSelectionNeedsUpdate()); |
DCHECK((frame_->GetDocument()->Printing() && |
Lifecycle().GetState() == DocumentLifecycle::kPrePaintClean) || |
Lifecycle().GetState() == DocumentLifecycle::kPaintClean); |