| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index 44cb63c284258307ea9e54c0d2a30608af7b5b62..acb457ab3a8fbda777261e206b699a4c019d8010 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 ViewportDescription& description) const
|
| {
|
| - m_webView->updatePageDefinedPageScaleConstraints(description);
|
| + m_webView->updatePageDefinedViewportConstraints(description);
|
| }
|
|
|
| void ChromeClientImpl::print(Frame* frame)
|
|
|