Index: Source/web/FrameLoaderClientImpl.cpp |
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp |
index 8c2d6826ff54206687e76743271e7ee22987a949..81fa4e669ebc8f86a38a2d1180d678a923940a34 100644 |
--- a/Source/web/FrameLoaderClientImpl.cpp |
+++ b/Source/web/FrameLoaderClientImpl.cpp |
@@ -290,7 +290,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. |