| Index: Source/web/RemoteFrameClient.h
|
| diff --git a/Source/web/RemoteFrameClient.h b/Source/web/RemoteFrameClient.h
|
| index 8f7b85dd8e6f45d5a529ed330fa73f679477f88b..321e0c595057b211a1e200d7d2f63c92ba540c4d 100644
|
| --- a/Source/web/RemoteFrameClient.h
|
| +++ b/Source/web/RemoteFrameClient.h
|
| @@ -16,6 +16,8 @@ public:
|
| explicit RemoteFrameClient(WebRemoteFrameImpl*);
|
|
|
| // FrameClient overrides:
|
| + virtual void detached() OVERRIDE;
|
| +
|
| virtual Frame* opener() const OVERRIDE;
|
| virtual void setOpener(Frame*) OVERRIDE;
|
|
|
|
|