Files
ladybird/Libraries/LibWeb/Animations/Animatable.cpp
Shannon Booth f317debd98 LibWeb: Distinguish omitted and null Animation timeline arguments
When constructing an Animation a null should be distinguished
from nothing being passed at all. This is not achieved by
use of our custom ExplicitNull IDL extended attribute.

Instead use the argument count to determine if the argument is
missing, which is a much more common pattern in the codebase.
2026-04-13 23:30:54 +02:00

12 KiB