| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 6b72c5d9448178610be40fd4ef69cc3493378793..ccd15039fe208c3115d09a831ff89e9663688f19 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -181,7 +181,7 @@ public:
|
| virtual Frame* nextSibling() const OVERRIDE { return 0; }
|
| virtual Frame* firstChild() const OVERRIDE { return 0; }
|
| virtual Frame* lastChild() const OVERRIDE { return 0; }
|
| - virtual void detachedFromParent() OVERRIDE { }
|
| + virtual void detached() OVERRIDE { }
|
|
|
| virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) OVERRIDE { }
|
| virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) OVERRIDE { }
|
|
|