Index: Source/modules/background_sync/SyncEvent.h |
diff --git a/Source/modules/background_sync/SyncEvent.h b/Source/modules/background_sync/SyncEvent.h |
index 0f495d7b038ec0153f7007939429e11de385119f..ab125efb8abe42e1f14860d93c0a83b357db9b0d 100644 |
--- a/Source/modules/background_sync/SyncEvent.h |
+++ b/Source/modules/background_sync/SyncEvent.h |
@@ -31,9 +31,9 @@ public: |
return adoptRefWillBeNoop(new SyncEvent(type, init)); |
} |
- virtual ~SyncEvent(); |
+ ~SyncEvent() override; |
- virtual const AtomicString& interfaceName() const override; |
+ const AtomicString& interfaceName() const override; |
SyncRegistration* registration(); |