| Index: Source/core/html/MediaKeyEvent.h
|
| diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h
|
| index 370abafce6b65c26d3f3c58970a93c1cfc4b8002..f6726a25e816050033eed5d9944e8cfc6d82132a 100644
|
| --- a/Source/core/html/MediaKeyEvent.h
|
| +++ b/Source/core/html/MediaKeyEvent.h
|
| @@ -43,7 +43,7 @@ struct MediaKeyEventInit : public EventInit {
|
| unsigned short systemCode;
|
| };
|
|
|
| -class MediaKeyEvent : public Event {
|
| +class MediaKeyEvent FINAL : public Event {
|
| public:
|
| virtual ~MediaKeyEvent();
|
|
|
| @@ -57,7 +57,7 @@ public:
|
| return adoptRef(new MediaKeyEvent(type, initializer));
|
| }
|
|
|
| - virtual const AtomicString& interfaceName() const;
|
| + virtual const AtomicString& interfaceName() const OVERRIDE;
|
|
|
| String keySystem() const { return m_keySystem; }
|
| String sessionId() const { return m_sessionId; }
|
|
|