| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 1c4aa42312532a94607448c60d7a34224b6c2ce9..2f492c137bf21e131c478133bf3e3eeb8fbcb1da 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -87,6 +87,7 @@ namespace blink {
|
| virtual void disconnectOwnerElement() override;
|
| virtual SecurityContext* securityContext() const override;
|
| bool checkLoadComplete() override;
|
| + void printNavigationErrorMessage(const Frame&, const char* reason) override;
|
|
|
| void addDestructionObserver(FrameDestructionObserver*);
|
| void removeDestructionObserver(FrameDestructionObserver*);
|
|
|