From 7a443f72b525f5e80ecccb581fc02eadd1d4c6a9 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 7 Jun 2023 19:03:11 -0700 Subject: Attempt to add plugindata --- src/js/out/WebCoreJSBuiltins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/out/WebCoreJSBuiltins.h') diff --git a/src/js/out/WebCoreJSBuiltins.h b/src/js/out/WebCoreJSBuiltins.h index d40c09922..70ae72ed8 100644 --- a/src/js/out/WebCoreJSBuiltins.h +++ b/src/js/out/WebCoreJSBuiltins.h @@ -43,7 +43,7 @@ extern const JSC::ImplementationVisibility s_bundlerPluginRunOnLoadPluginsCodeIm #define WEBCORE_FOREACH_BUNDLERPLUGIN_BUILTIN_DATA(macro) \ macro(runSetupFunction, bundlerPluginRunSetupFunction, 2) \ macro(runOnResolvePlugins, bundlerPluginRunOnResolvePlugins, 7) \ - macro(runOnLoadPlugins, bundlerPluginRunOnLoadPlugins, 4) \ + macro(runOnLoadPlugins, bundlerPluginRunOnLoadPlugins, 5) \ #define WEBCORE_FOREACH_BUNDLERPLUGIN_BUILTIN_CODE(macro) \ macro(bundlerPluginRunSetupFunctionCode, runSetupFunction, ASCIILiteral(), s_bundlerPluginRunSetupFunctionCodeLength) \ -- cgit v1.2.3