Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index 096eb4f301f0fb68f767a65f58e36d0d29b90ffb..b455f9a9e2648d74ac7adbae73cd7e37257ab2a5 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. |