Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index 4d236a43299c460140e069f73f6f2ef29eb39d0a..19aecd4615eb61428319dcd5a20e3b46429c4b3c 100644 |
--- a/Source/core/frame/LocalFrame.h |
+++ b/Source/core/frame/LocalFrame.h |
@@ -88,8 +88,8 @@ namespace blink { |
virtual void detach() override; |
virtual void disconnectOwnerElement() override; |
virtual SecurityContext* securityContext() const override; |
- bool checkLoadComplete() override; |
void printNavigationErrorMessage(const Frame&, const char* reason) override; |
+ bool isLoadingAsChild() const override; |
void addDestructionObserver(FrameDestructionObserver*); |
void removeDestructionObserver(FrameDestructionObserver*); |