Index: Source/modules/background_sync/PeriodicSyncEvent.h |
diff --git a/Source/modules/background_sync/PeriodicSyncEvent.h b/Source/modules/background_sync/PeriodicSyncEvent.h |
index 94d30c20a2b6eee6b4c2fe30978520cc850a10cf..7642ee26c20ec66663366683741ffe993f289b1e 100644 |
--- a/Source/modules/background_sync/PeriodicSyncEvent.h |
+++ b/Source/modules/background_sync/PeriodicSyncEvent.h |
@@ -30,9 +30,9 @@ public: |
return adoptRefWillBeNoop(new PeriodicSyncEvent(type, init)); |
} |
- virtual ~PeriodicSyncEvent(); |
+ ~PeriodicSyncEvent() override; |
- virtual const AtomicString& interfaceName() const override; |
+ const AtomicString& interfaceName() const override; |
PeriodicSyncRegistration* registration(); |