| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 3ffe2beab0b6b03365dcddd9758e906598a15c7c..46e38899fc12273a06901b872e892e86aab6a133 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -78,6 +78,7 @@ namespace blink {
|
| virtual ~LocalFrame();
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| + virtual void navigate(Document& originDocument, const KURL&, const Referrer&, bool lockBackForwardList) OVERRIDE;
|
| virtual void detach() OVERRIDE;
|
|
|
| void addDestructionObserver(FrameDestructionObserver*);
|
|
|