| Index: Source/core/frame/RemoteFrame.h
|
| diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h
|
| index f80d5e39577f0388ca431dd2f15baa13be659755..ef4753fffc5e9e30b5d809b411390ebd6177bd4c 100644
|
| --- a/Source/core/frame/RemoteFrame.h
|
| +++ b/Source/core/frame/RemoteFrame.h
|
| @@ -23,7 +23,7 @@ class CORE_EXPORT RemoteFrame: public Frame {
|
| public:
|
| static PassRefPtrWillBeRawPtr<RemoteFrame> create(RemoteFrameClient*, FrameHost*, FrameOwner*);
|
|
|
| - virtual ~RemoteFrame();
|
| + ~RemoteFrame() override;
|
|
|
| // Frame overrides:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|