| Index: Source/core/frame/RemoteFrame.cpp
|
| diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
|
| index 462db56955865e8d4f034b7a052624b369480ffb..19c25da7ab56b38d49bf4dac00c1b3d263e18a8a 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::trace(Visitor* visitor)
|
|
|