Index: Source/core/frame/RemoteFrame.cpp |
diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp |
index 28bed4677ace03842aa993b97f019ae7b38d0d8c..5650f9ac19df92f59dc52f5d0966a91a149ed43a 100644 |
--- a/Source/core/frame/RemoteFrame.cpp |
+++ b/Source/core/frame/RemoteFrame.cpp |
@@ -34,7 +34,7 @@ void RemoteFrame::navigate(Document&, const KURL& url, const Referrer& referrer, |
void RemoteFrame::detach() |
{ |
detachChildren(); |
- m_host = nullptr; |
+ Frame::detach(); |
} |
void RemoteFrame::setView(PassRefPtr<RemoteFrameView> view) |