| Index: Source/core/events/UIEvent.h
|
| diff --git a/Source/core/events/UIEvent.h b/Source/core/events/UIEvent.h
|
| index 329b16d4f7698fd2b6c9cd57640027f4a4dfa50f..328b50fb46c42c39839077f832b0ea015f07d77c 100644
|
| --- a/Source/core/events/UIEvent.h
|
| +++ b/Source/core/events/UIEvent.h
|
| @@ -61,8 +61,8 @@ public:
|
| AbstractView* view() const { return m_view.get(); }
|
| int detail() const { return m_detail; }
|
|
|
| - virtual const AtomicString& interfaceName() const OVERRIDE;
|
| - virtual bool isUIEvent() const OVERRIDE FINAL;
|
| + virtual const AtomicString& interfaceName() const override;
|
| + virtual bool isUIEvent() const override final;
|
|
|
| virtual int keyCode() const;
|
| virtual int charCode() const;
|
| @@ -75,7 +75,7 @@ public:
|
|
|
| virtual int which() const;
|
|
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
|
|
| protected:
|
| UIEvent();
|
|
|