| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 311c08d979be7bfe6eaa96f14f6b796ca4f11592..89570d3b3c806b970165c3d3ecee029e6b895f06 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -906,6 +906,10 @@ void WebViewImpl::getSelectionRootBounds(WebRect& bounds) const
|
| bounds = boundingBox;
|
| }
|
|
|
| +void WebViewImpl::acceptLanguagesChanged()
|
| +{
|
| +}
|
| +
|
| bool WebViewImpl::handleKeyEvent(const WebKeyboardEvent& event)
|
| {
|
| ASSERT((event.type == WebInputEvent::RawKeyDown)
|
|
|