Index: Source/modules/device_light/DeviceLightEvent.h |
diff --git a/Source/modules/device_light/DeviceLightEvent.h b/Source/modules/device_light/DeviceLightEvent.h |
index 3632c40b13f1ff8937e39782aba6a6695f889a6e..87f8554246cdefdf5b47461e4b04de2fea69f6da 100644 |
--- a/Source/modules/device_light/DeviceLightEvent.h |
+++ b/Source/modules/device_light/DeviceLightEvent.h |
@@ -14,7 +14,7 @@ namespace blink { |
class DeviceLightEvent final : public Event { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- virtual ~DeviceLightEvent(); |
+ ~DeviceLightEvent() override; |
static PassRefPtrWillBeRawPtr<DeviceLightEvent> create() |
{ |
@@ -31,7 +31,7 @@ public: |
double value() const { return m_value; } |
- virtual const AtomicString& interfaceName() const override; |
+ const AtomicString& interfaceName() const override; |
private: |
DeviceLightEvent(); |