mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Make KeyframeEffect final
This commit is contained in:
parent
af552856c8
commit
13cba5ecb4
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user