| Index: Source/modules/geofencing/GeofencingEvent.h
|
| diff --git a/Source/modules/geofencing/GeofencingEvent.h b/Source/modules/geofencing/GeofencingEvent.h
|
| index 8692117ea2ae38858c56a902067f8ad3fdf22a50..01c152e8a4fdd6651548cff128ffcd3f39b89d27 100644
|
| --- a/Source/modules/geofencing/GeofencingEvent.h
|
| +++ b/Source/modules/geofencing/GeofencingEvent.h
|
| @@ -30,10 +30,10 @@ public:
|
| return adoptRefWillBeNoop(new GeofencingEvent(type, id, region));
|
| }
|
|
|
| - virtual ~GeofencingEvent();
|
| + ~GeofencingEvent() override;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - virtual const AtomicString& interfaceName() const override;
|
| + const AtomicString& interfaceName() const override;
|
|
|
| String id() const { return m_id; }
|
|
|
|
|