| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index ed226caa24777250304e17a4dd7f356b938c1955..334e70672dad191872e30b530964231827603d7f 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -135,7 +135,7 @@ void ChromeClientImpl::chromeDestroyed()
|
| // Our lifetime is bound to the WebViewImpl.
|
| }
|
|
|
| -void ChromeClientImpl::setWindowRectInternal(const IntRect& r)
|
| +void ChromeClientImpl::setWindowRect(const IntRect& r)
|
| {
|
| if (m_webView->client())
|
| m_webView->client()->setWindowRect(r);
|
|
|