Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(953)

Unified Diff: Source/core/frame/RemoteFrame.cpp

Issue 551973005: Streamline frame detach (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/RemoteFrame.cpp
diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
index 54ebd930fefbe39eb35bebbe19099f2c94046a94..5aa95a6930b4984d5745d4f3a10009027b900b41 100644
--- a/Source/core/frame/RemoteFrame.cpp
+++ b/Source/core/frame/RemoteFrame.cpp
@@ -28,7 +28,7 @@ RemoteFrame::~RemoteFrame()
void RemoteFrame::detach()
{
detachChildren();
- m_host = nullptr;
+ Frame::detach();
}
void RemoteFrame::setView(PassRefPtr<RemoteFrameView> view)

Powered by Google App Engine
This is Rietveld 408576698