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

Unified Diff: Source/web/RemoteFrameClientImpl.h

Issue 1041473002: Detach old frame on WebFrame::swap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests and cleanup Created 5 years, 7 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/web/RemoteFrameClientImpl.h
diff --git a/Source/web/RemoteFrameClientImpl.h b/Source/web/RemoteFrameClientImpl.h
index 2889464a27a64d1b68747e4a0548e887016e87f7..9987461ce15e5c34ff53da764a2783c5ec576c86 100644
--- a/Source/web/RemoteFrameClientImpl.h
+++ b/Source/web/RemoteFrameClientImpl.h
@@ -17,7 +17,7 @@ public:
// FrameClient overrides:
virtual bool inShadowTree() const override;
virtual void willBeDetached() override;
- virtual void detached() override;
+ virtual void detached(DetachType) override;
virtual Frame* opener() const override;
virtual void setOpener(Frame*) override;
virtual Frame* parent() const override;

Powered by Google App Engine
This is Rietveld 408576698