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