| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index b3dc2904b1ac5b6ed14c9e569cb4d604124ed9b7..54f43685445367d3856ee460dcc47f2bb99d2438 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -84,6 +84,7 @@ namespace blink {
|
| virtual void navigate(Document& originDocument, const KURL&, bool lockBackForwardList) override;
|
| virtual void detach() override;
|
| virtual void disconnectOwnerElement() override;
|
| + virtual SecurityContext* securityContext() const override;
|
|
|
| void addDestructionObserver(FrameDestructionObserver*);
|
| void removeDestructionObserver(FrameDestructionObserver*);
|
|
|