Index: Source/core/events/TouchEvent.h |
diff --git a/Source/core/events/TouchEvent.h b/Source/core/events/TouchEvent.h |
index 25c6f610c6359f7812bc52846c740403c37f1932..096181732b6e53c287be4a3202dba9b35f99a555 100644 |
--- a/Source/core/events/TouchEvent.h |
+++ b/Source/core/events/TouchEvent.h |
@@ -33,7 +33,7 @@ |
namespace WebCore { |
-class TouchEvent : public MouseRelatedEvent { |
+class TouchEvent FINAL : public MouseRelatedEvent { |
public: |
virtual ~TouchEvent(); |
@@ -68,7 +68,7 @@ public: |
virtual bool isTouchEvent() const OVERRIDE; |
- virtual const AtomicString& interfaceName() const; |
+ virtual const AtomicString& interfaceName() const OVERRIDE; |
private: |
TouchEvent(); |
@@ -83,7 +83,7 @@ private: |
RefPtr<TouchList> m_changedTouches; |
}; |
-class TouchEventDispatchMediator : public EventDispatchMediator { |
+class TouchEventDispatchMediator FINAL : public EventDispatchMediator { |
public: |
static PassRefPtr<TouchEventDispatchMediator> create(PassRefPtr<TouchEvent>); |