| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 2f492c137bf21e131c478133bf3e3eeb8fbcb1da..cab521ab330b141b15928316cecf6d6e137c85a4 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -86,7 +86,6 @@ 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;
|
|
|
| void addDestructionObserver(FrameDestructionObserver*);
|
|
|