mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
This fixes a compile error of multiple variables of the same name within the same scope for the URLPattern IDL, which has a dictionary return type that contains multiple dictionaries of the same type. Conveniently, this also makes the complicated generated code of the URLPattern interface easier to read by adding some more structure :^)