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

Unified Diff: Source/core/frame/LocalFrame.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/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index 3ffe2beab0b6b03365dcddd9758e906598a15c7c..cd989fd0c9ff0c230358c0206c98381a8ea034c0 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -84,7 +84,6 @@ namespace blink {
void removeDestructionObserver(FrameDestructionObserver*);
void willDetachFrameHost();
- void detachFromFrameHost();
virtual void disconnectOwnerElement() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698