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

Unified Diff: Source/core/frame/LocalFrame.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/core/frame/LocalFrame.h
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
index a3bf6a1b8ec1b978464709c2b7efb987568fddae..e1215bcc93c2959e311d56c4b645012fd444a794 100644
--- a/Source/core/frame/LocalFrame.h
+++ b/Source/core/frame/LocalFrame.h
@@ -88,7 +88,7 @@ namespace blink {
WindowProxy* windowProxy(DOMWrapperWorld&) override;
virtual void navigate(Document& originDocument, const KURL&, bool lockBackForwardList, UserGestureStatus) override;
virtual void reload(ReloadPolicy, ClientRedirectPolicy) override;
- virtual void detach() override;
+ virtual void detach(DetachType) override;
virtual void disconnectOwnerElement() override;
virtual SecurityContext* securityContext() const override;
void printNavigationErrorMessage(const Frame&, const char* reason) override;

Powered by Google App Engine
This is Rietveld 408576698