| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 6c9afe62a2b8cf05b293cf46b7e25cd1c393e4c6..e919d52e4a517961dae08aa14f58e25d96e20dd5 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*);
|
|
|