LibWeb: Make KeyframeEffect final

This commit is contained in:
Jelle Raaijmakers 2025-08-26 14:23:08 +02:00 committed by Jelle Raaijmakers
parent af552856c8
commit 13cba5ecb4

View File

@ -54,7 +54,7 @@ struct BaseKeyframe {
};
// https://www.w3.org/TR/web-animations-1/#the-keyframeeffect-interface
class KeyframeEffect : public AnimationEffect {
class KeyframeEffect final : public AnimationEffect {
WEB_PLATFORM_OBJECT(KeyframeEffect, AnimationEffect);
GC_DECLARE_ALLOCATOR(KeyframeEffect);