| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index abd57598fd78ec246f1b4015717a3ba61fc3db80..edbec5b31ff676a3a49131062e4c883e9630d789 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -601,7 +601,7 @@ void ChromeClientImpl::setToolTip(const String& tooltipText, TextDirection dir)
|
|
|
| void ChromeClientImpl::dispatchViewportPropertiesDidChange(const ViewportArguments& arguments) const
|
| {
|
| - m_webView->updatePageDefinedPageScaleConstraints(arguments);
|
| + m_webView->updatePageDefinedViewportConstraints(arguments);
|
| }
|
|
|
| void ChromeClientImpl::print(Frame* frame)
|
|
|