Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index 5ff54eb7b56125ab59f4f1a9c9ac9c0d4acbe7e2..63c7faa24d53d41603d8cea36476da2ffbb9c253 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -1935,7 +1935,7 @@ bool FrameView::updateWidgets() |
// This is always called from updateWidgetsTimerFired. |
// m_updateWidgetsTimer should only be scheduled if we have widgets to update. |
// Thus I believe we can stop checking isEmpty here, and just ASSERT isEmpty: |
- ASSERT(!m_partUpdateSet.isEmpty()); |
+ // FIXME: This assert has been temporarily removed due to https://crbug.com/430344 |
if (m_nestedLayoutCount > 1 || m_partUpdateSet.isEmpty()) |
return true; |