| Index: Source/web/RemoteFrameClient.cpp
|
| diff --git a/Source/web/RemoteFrameClient.cpp b/Source/web/RemoteFrameClient.cpp
|
| index 96325544cce8a77ad51fea828b737d851c1e9d93..43f2669d5c4490cfe117d7b5ab50319beb208c5d 100644
|
| --- a/Source/web/RemoteFrameClient.cpp
|
| +++ b/Source/web/RemoteFrameClient.cpp
|
| @@ -14,6 +14,11 @@ RemoteFrameClient::RemoteFrameClient(WebRemoteFrameImpl* webFrame)
|
| {
|
| }
|
|
|
| +void RemoteFrameClient::detached()
|
| +{
|
| + // FIXME: Implement.
|
| +}
|
| +
|
| Frame* RemoteFrameClient::opener() const
|
| {
|
| return toCoreFrame(m_webFrame->opener());
|
|
|