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