| Index: Source/web/WebRemoteFrameImpl.cpp
|
| diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
|
| index 6bb811146337a1dbdf913f1fe46aaeea58f9e8de..b94dbeb034d2322bea876731fe29b4a87ccb8393 100644
|
| --- a/Source/web/WebRemoteFrameImpl.cpp
|
| +++ b/Source/web/WebRemoteFrameImpl.cpp
|
| @@ -831,7 +831,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();
|
| }
|
|
|
| } // namespace blink
|
|
|