| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 331ef970fec0708ee8bc5d63547a880fba2026d4..66cb06af2e84e9e5917c8183e4438335cdfdfeaa 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -3053,7 +3053,7 @@ void WebViewImpl::resetScrollAndScaleState()
|
|
|
| // Clear out the values for the current history item. This will prevent the history item from clobbering the
|
| // value determined during page scale initialization, which may be less than 1.
|
| - page()->mainFrame()->loader().history()->saveDocumentAndScrollState();
|
| + page()->mainFrame()->loader().history()->saveDocumentAndScrollState(page()->mainFrame());
|
| page()->mainFrame()->loader().history()->clearScrollPositionAndViewState();
|
| m_pageScaleConstraintsSet.setNeedsReset(true);
|
|
|
|
|