Index: Source/core/frame/FrameView.cpp |
diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp |
index e700f56d2280364acccd00713d8b675d8551fc5f..0586fd081673dbf199dc839d2e1a00f03b64334b 100644 |
--- a/Source/core/frame/FrameView.cpp |
+++ b/Source/core/frame/FrameView.cpp |
@@ -290,6 +290,7 @@ void FrameView::reset() |
m_firstVisuallyNonEmptyLayoutCallbackPending = true; |
m_maintainScrollPositionAnchor = 0; |
m_partialLayout.reset(); |
+ m_viewportConstrainedObjects.clear(); |
} |
void FrameView::removeFromAXObjectCache() |