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

Unified Diff: Source/web/FrameLoaderClientImpl.cpp

Issue 645623004: Reland "Streamline frame detach" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move frame count inc/dec to WebFrame append/removeChild Created 6 years, 2 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/web/FrameLoaderClientImpl.cpp
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
index 0826507c799ceab47c056fcba32711671fe9855e..b2c67e9aad613301850d1382b573e1f74167239f 100644
--- a/Source/web/FrameLoaderClientImpl.cpp
+++ b/Source/web/FrameLoaderClientImpl.cpp
@@ -291,7 +291,7 @@ Frame* FrameLoaderClientImpl::lastChild() const
return toCoreFrame(m_webFrame->lastChild());
}
-void FrameLoaderClientImpl::detachedFromParent()
+void FrameLoaderClientImpl::detached()
{
// Alert the client that the frame is being detached. This is the last
// chance we have to communicate with the client.

Powered by Google App Engine
This is Rietveld 408576698