Index: Source/web/ChromeClientImpl.cpp |
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp |
index 6dcd9436c0ca1f8e8446fc202039189bcb3fccad..ee0cd8f0c70ccbcb7a9627fcff92b8af35627077 100644 |
--- a/Source/web/ChromeClientImpl.cpp |
+++ b/Source/web/ChromeClientImpl.cpp |
@@ -529,8 +529,6 @@ void ChromeClientImpl::contentsSizeChanged(LocalFrame* frame, const IntSize& siz |
WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame); |
webframe->didChangeContentsSize(size); |
- |
- frame->loader().restoreScrollPositionAndViewState(); |
} |
void ChromeClientImpl::pageScaleFactorChanged() const |