| Index: Source/core/frame/RemoteFrame.cpp
|
| diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
|
| index b7129e2f0c48dd68581137ed2b712105ea220f2d..3ca93789e1c543ec09d31bde208564012a88602a 100644
|
| --- a/Source/core/frame/RemoteFrame.cpp
|
| +++ b/Source/core/frame/RemoteFrame.cpp
|
| @@ -40,7 +40,7 @@ void RemoteFrame::navigate(Document& originDocument, const KURL& url, bool lockB
|
| void RemoteFrame::detach()
|
| {
|
| detachChildren();
|
| - m_host = nullptr;
|
| + Frame::detach();
|
| }
|
|
|
| void RemoteFrame::setView(PassRefPtr<RemoteFrameView> view)
|
|
|