Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index 6c9afe62a2b8cf05b293cf46b7e25cd1c393e4c6..7d4c012422515555136f12479b395a74b05fc870 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; |
+ virtual void printNavigationErrorMessage(const Frame&, const char* reason) override; |
dcheng
2015/01/08 00:44:59
No virtual.
Nate Chapin
2015/01/08 17:10:52
Someday I'll remember. Done.
|
void addDestructionObserver(FrameDestructionObserver*); |
void removeDestructionObserver(FrameDestructionObserver*); |