| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index b5c25af063f53929afcaa2bd79270c72442be272..0cb3fd3ba3775d6a0fbe197e145ab7c7e84e74dc 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -211,6 +211,8 @@ void ChromeClientImpl::focusedFrameChanged(LocalFrame* frame)
|
| WebLocalFrameImpl* webframe = WebLocalFrameImpl::fromFrame(frame);
|
| if (webframe && webframe->client())
|
| webframe->client()->frameFocused();
|
| +
|
| + m_webView->client()->focusedFrameChanged();
|
| }
|
|
|
| namespace {
|
|
|