| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index ff3dad81176bb9f1fde3ba9df72651e9a9a473cb..c46307f6dd2179a8b8805927659b35528de84dfe 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -867,7 +867,7 @@ WebRemoteFrameImpl* WebRemoteFrameImpl::fromFrame(RemoteFrame& frame)
|
| {
|
| if (!frame.client())
|
| return 0;
|
| - return static_cast<RemoteFrameClient*>(frame.client())->webFrame();
|
| + return static_cast<RemoteFrameClientImpl*>(frame.client())->webFrame();
|
| }
|
|
|
| void WebRemoteFrameImpl::initializeFromFrame(WebLocalFrame* source) const
|
|
|