Index: Source/core/frame/RemoteFrame.h |
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
index 5a6444b032014a18f80c5928b5d21defa1c3e3d8..39ace61af8150228dfc0b8368e8bc99fd28f5faf 100644 |
--- a/Source/core/frame/RemoteFrame.h |
+++ b/Source/core/frame/RemoteFrame.h |
@@ -29,7 +29,6 @@ public: |
virtual void reload(ReloadPolicy, ClientRedirectPolicy) override; |
virtual void detach() override; |
virtual RemoteSecurityContext* securityContext() const override; |
- bool checkLoadComplete() override; |
void printNavigationErrorMessage(const Frame&, const char* reason) { } |
// FIXME: Remove this method once we have input routing in the browser |