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 a81c4447504eac6862e5716524517fc60d42c3dc..f3b0e9cf2281fb52719b44864c98d89abdf1bb35 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -4790,7 +4790,6 @@ void FrameView::updateViewportIntersectionsForSubtree( |
updateRenderThrottlingStatus(m_hiddenForThrottling, m_subtreeThrottled, |
DontForceThrottlingInvalidation, |
DontNotifyChildren); |
- DCHECK(!canThrottleRendering()); |
} |
for (Frame* child = m_frame->tree().firstChild(); child; |