diff --git a/include/v8.h b/include/v8.h index e96040d95c..52b6192b87 100644 --- a/include/v8.h +++ b/include/v8.h @@ -5404,7 +5404,7 @@ enum class MemoryPressureLevel { kNone, kModerate, kCritical }; * called. When the garbage collection cycle is finished, TraceEpilogue will be * called. */ -class EmbedderHeapTracer { +class V8_EXPORT EmbedderHeapTracer { public: /** * V8 will call this method at the beginning of the gc cycle.