From c0b2cdf8043fea503659652ec733b13a4a2900bb Mon Sep 17 00:00:00 2001 From: hlopko Date: Tue, 10 May 2016 03:45:29 -0700 Subject: [PATCH] V8_EXPORT EmbedderHeapTracer LOG=no BUG=468240 Review-Url: https://codereview.chromium.org/1961083005 Cr-Commit-Position: refs/heads/master@{#36130} --- include/v8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.