diff options
Diffstat (limited to 'src/bun.js/bindings/JSBundlerPlugin.h')
-rw-r--r-- | src/bun.js/bindings/JSBundlerPlugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/JSBundlerPlugin.h b/src/bun.js/bindings/JSBundlerPlugin.h index 6434aab1b..08aa1d140 100644 --- a/src/bun.js/bindings/JSBundlerPlugin.h +++ b/src/bun.js/bindings/JSBundlerPlugin.h @@ -42,7 +42,7 @@ public: }; public: - bool anyMatchesCrossThread(const ZigString* namespaceStr, const ZigString* path, bool isOnLoad); + bool anyMatchesCrossThread(JSC::VM&, const ZigString* namespaceStr, const ZigString* path, bool isOnLoad); void tombstone() { tombstoned = true; } BundlerPlugin(void* config, BunPluginTarget target) |