| Index: Source/modules/presentation/Presentation.h
|
| diff --git a/Source/modules/presentation/Presentation.h b/Source/modules/presentation/Presentation.h
|
| index 346d9aa20e613338a21afc987528e3b9556df394..1d03f8ffd5d3290882c16b8949932b4d25f00c5a 100644
|
| --- a/Source/modules/presentation/Presentation.h
|
| +++ b/Source/modules/presentation/Presentation.h
|
| @@ -34,11 +34,11 @@ class Presentation final
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static Presentation* create(LocalFrame*);
|
| - virtual ~Presentation();
|
| + ~Presentation() override;
|
|
|
| // EventTarget implementation.
|
| - virtual const AtomicString& interfaceName() const override;
|
| - virtual ExecutionContext* executionContext() const override;
|
| + const AtomicString& interfaceName() const override;
|
| + ExecutionContext* executionContext() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|