Index: Source/core/frame/Frame.cpp |
diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp |
index 18142a07fa469e30b3c5971ad5493a44931a68d5..c832d7cb321ae655b7ff3c9d6afe2e98851dee55 100644 |
--- a/Source/core/frame/Frame.cpp |
+++ b/Source/core/frame/Frame.cpp |
@@ -199,9 +199,6 @@ void Frame::setView(PassRefPtr<FrameView> view) |
document()->prepareForDestruction(); |
} |
- if (m_view) |
- m_view->unscheduleRelayout(); |
- |
eventHandler().clear(); |
m_view = view; |