LibWeb: Make KeyframeEffect final

This commit is contained in:
Jelle Raaijmakers 2025-08-26 14:23:08 +02:00 committed by Jelle Raaijmakers
commit 13cba5ecb4
Notes: github-actions[bot] 2025-08-26 16:49:08 +00:00

View file

@ -54,7 +54,7 @@ struct BaseKeyframe {
}; };
// https://www.w3.org/TR/web-animations-1/#the-keyframeeffect-interface // 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); WEB_PLATFORM_OBJECT(KeyframeEffect, AnimationEffect);
GC_DECLARE_ALLOCATOR(KeyframeEffect); GC_DECLARE_ALLOCATOR(KeyframeEffect);