Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / RemoteFrame.h
index d8ec29b..ff75b01 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "core/frame/Frame.h"
 
-namespace WebCore {
+namespace blink {
 
 class RemoteFrameView;
 
@@ -18,6 +18,8 @@ public:
 
     virtual ~RemoteFrame();
 
+    virtual void detach() OVERRIDE;
+
     void setView(PassRefPtr<RemoteFrameView>);
     void createView();
 
@@ -36,6 +38,6 @@ inline RemoteFrameView* RemoteFrame::view() const
 
 DEFINE_TYPE_CASTS(RemoteFrame, Frame, remoteFrame, remoteFrame->isRemoteFrame(), remoteFrame.isRemoteFrame());
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RemoteFrame_h