mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
Rather than this catch-all (which I copy-pasted from a usage where I should have introduced a specific enum value), we now should always use one of the enum values. If one does not exist, then it should be added as such. Follow-up for #36434 Testing: it builds Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>