| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 72a9d80165a3634a6f7fe96167422c42e9bf404b..c3dbfad45b3518934850335595ad91e578ccd099 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -180,7 +180,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 { }
|
|
|