Chromium Code Reviews| Index: Source/core/frame/Frame.cpp |
| diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp |
| index 7d0c3ce723e16a2b7c06659ff4da64b60f6763c4..2b6e899b7822146e2456c415c2d6749755a1f602 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; |