| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 10a64b979ecfcc65830851fb4dab3e48b9a04216..cf95c9eba28d4e46f3307c8d398ae10c20a8a061 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -179,7 +179,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 { }
|
|
|