Commit c0b2cdf8 authored by hlopko's avatar hlopko Committed by Commit bot

V8_EXPORT EmbedderHeapTracer

LOG=no
BUG=468240

Review-Url: https://codereview.chromium.org/1961083005
Cr-Commit-Position: refs/heads/master@{#36130}
parent aa006f64
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment