| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 19ffcffc131450324c1b8104bd80d49beaa0709a..59b9e3ec9b35cabddbc138f27a570afff5acedcc 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -1024,6 +1024,9 @@ void WebViewImpl::setShowScrollBottleneckRects(bool show)
|
|
|
| void WebViewImpl::acceptLanguagesChanged()
|
| {
|
| + if (m_client)
|
| + FontCache::acceptLanguagesChanged(m_client->acceptLanguages());
|
| +
|
| if (!page())
|
| return;
|
|
|
|
|