Index: Source/modules/device_orientation/DeviceMotionEvent.h |
diff --git a/Source/modules/device_orientation/DeviceMotionEvent.h b/Source/modules/device_orientation/DeviceMotionEvent.h |
index c638f57dc3ba04fbcc6b76afc13641bb0c60ccaa..3957cf4b4ce11ed37ce3f6500c8e2d32113f9a7d 100644 |
--- a/Source/modules/device_orientation/DeviceMotionEvent.h |
+++ b/Source/modules/device_orientation/DeviceMotionEvent.h |
@@ -34,7 +34,7 @@ class DeviceAcceleration; |
class DeviceMotionData; |
class DeviceRotationRate; |
-class DeviceMotionEvent : public Event { |
+class DeviceMotionEvent FINAL : public Event { |
public: |
~DeviceMotionEvent(); |
static PassRefPtr<DeviceMotionEvent> create() |
@@ -55,7 +55,7 @@ public: |
DeviceRotationRate* rotationRate(); |
double interval(bool& isNull) const; |
- virtual const AtomicString& interfaceName() const; |
+ virtual const AtomicString& interfaceName() const OVERRIDE; |
private: |
DeviceMotionEvent(); |