This fixes another GC crash seen on https://shopify.com/ Found it by collecting garbage after every 500th heap allocation.
@@ -12,7 +12,7 @@
namespace Web::HTML {
-using ModuleCallback = Function<void(JavaScriptModuleScript*)>;
+using ModuleCallback = JS::SafeFunction<void(JavaScriptModuleScript*)>;
class DescendantFetchingContext : public RefCounted<DescendantFetchingContext> {
public: