Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1115)

Unified Diff: Source/core/loader/EmptyClients.h

Issue 551973005: Streamline frame detach (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 { }

Powered by Google App Engine
This is Rietveld 408576698