Index: third_party/WebKit/Source/core/frame/LocalFrame.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h |
index f2680cf80227c69732ca2a6e848526da820c2623..a14b9a099594b4b5544808c7e1101da38e70da4a 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h |
@@ -97,7 +97,6 @@ public: |
void navigate(const FrameLoadRequest&) override; |
void reload(FrameLoadType, ClientRedirectPolicy) override; |
void detach(FrameDetachType) override; |
- void disconnectOwnerElement() override; |
bool shouldClose() override; |
SecurityContext* securityContext() const override; |
void printNavigationErrorMessage(const Frame&, const char* reason) override; |