| Index: Source/core/events/UIEvent.h
|
| diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h
|
| index 2750331130700ea858ca420c8bc352a692769349..b0d3844e5476618c665c2a14b576ea1d73cdbcaa 100644
|
| --- a/Source/core/events/UIEvent.h
|
| +++ b/Source/core/events/UIEvent.h
|
| @@ -61,8 +61,8 @@ public:
|
| AbstractView* view(bool& isNull) const { isNull = !m_view; return m_view.get(); }
|
| int detail() const { return m_detail; }
|
|
|
| - virtual const AtomicString& interfaceName() const;
|
| - virtual bool isUIEvent() const;
|
| + virtual const AtomicString& interfaceName() const OVERRIDE;
|
| + virtual bool isUIEvent() const OVERRIDE FINAL;
|
|
|
| virtual int keyCode() const;
|
| virtual int charCode() const;
|
|
|