Index: Source/web/RemoteFrameClient.h |
diff --git a/Source/web/RemoteFrameClient.h b/Source/web/RemoteFrameClient.h |
index 70c3653f78ecec5f2fe15a1cc00e6ad068bb7f90..537a90779db517109b583a611b8ff90e14b1e229 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; |