| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 4294e089d0beabce6f3fa3e4f13776918ee678d8..2f44a3e9a2c6ca5e9f92f1af52330aebfb81fcda 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -82,7 +82,7 @@ namespace blink {
|
| ScrollbarMode = ScrollbarAuto, bool verticalLock = false);
|
|
|
| // Frame overrides:
|
| - virtual ~LocalFrame();
|
| + ~LocalFrame() override;
|
| DECLARE_VIRTUAL_TRACE();
|
| bool isLocalFrame() const override { return true; }
|
| DOMWindow* domWindow() const override;
|
|
|