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