| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index a070e5041f681efab4e87a51916b0604875b92c4..dfe7032f0dc3ac5c9b270bed1aa4dbf9c5b5b186 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -907,6 +907,14 @@ void WebViewImpl::getSelectionRootBounds(WebRect& bounds) const
|
| bounds = boundingBox;
|
| }
|
|
|
| +void WebViewImpl::acceptLanguagesChanged()
|
| +{
|
| + if (!page())
|
| + return;
|
| +
|
| + page()->acceptLanguagesChanged();
|
| +}
|
| +
|
| bool WebViewImpl::handleKeyEvent(const WebKeyboardEvent& event)
|
| {
|
| ASSERT((event.type == WebInputEvent::RawKeyDown)
|
|
|