Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: include/v8.h

Issue 1961083005: V8_EXPORT EmbedderHeapTracer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index e96040d95c2f36588d6ecd0488778eee679329cd..52b6192b87643bec0a0abff62dac9864da01baf7 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698