| Index: Source/web/FrameLoaderClientImpl.cpp
|
| diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
|
| index 2c23d1f46b7bd11a9a586c4203a3e7a7d7752ef0..107504056be14563f79a833c878ac0f713516dbe 100644
|
| --- a/Source/web/FrameLoaderClientImpl.cpp
|
| +++ b/Source/web/FrameLoaderClientImpl.cpp
|
| @@ -289,7 +289,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.
|
|
|