V8_EXPORT EmbedderHeapTracer

LOG=no
BUG=468240

Review-Url: https://codereview.chromium.org/1961083005
Cr-Commit-Position: refs/heads/master@{#36130}
This commit is contained in:
hlopko 2016-05-10 03:45:29 -07:00 committed by Commit bot
parent aa006f644b
commit c0b2cdf804

View File

@ -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.