mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Just to complement existing with_proto method introduced in #42699. Justification for arg ordering: reflect_dom_* have arguments reversed, so first one is Box (the most important) then global, proto and lastly cx. --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>