| Index: Source/modules/screen_orientation/ScreenOrientation.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientation.h b/Source/modules/screen_orientation/ScreenOrientation.h
|
| index 8007f34c36976a181291e435db9b9953efeb4d17..a813e36330f3db5b8ed690b6435f67fca54578d6 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientation.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientation.h
|
| @@ -30,11 +30,11 @@ class ScreenOrientation final
|
| public:
|
| static ScreenOrientation* create(LocalFrame*);
|
|
|
| - virtual ~ScreenOrientation();
|
| + ~ScreenOrientation() override;
|
|
|
| // EventTarget implementation.
|
| - virtual const WTF::AtomicString& interfaceName() const override;
|
| - virtual ExecutionContext* executionContext() const override;
|
| + const WTF::AtomicString& interfaceName() const override;
|
| + ExecutionContext* executionContext() const override;
|
|
|
| String type() const;
|
| unsigned short angle() const;
|
|
|