mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
This is part of replacing can_gc with the new &JSContext/&mut JSContext method. We modify CheckValidity and ReportValidity in various HTML Elements to use the context instead of CanGc. Testing: Compilation is the test as this is mostly mechanical. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>