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

Unified Diff: src/heap/scavenge-job.h

Issue 2416243002: Make unittests work in component build (Closed)
Patch Set: updates Created 4 years, 2 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 | « src/heap/memory-reducer.h ('k') | src/interface-descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/scavenge-job.h
diff --git a/src/heap/scavenge-job.h b/src/heap/scavenge-job.h
index fadfccdcc4ea00503b38c0b39ba3af394f65984a..f7fbfc148022027a1ea6132ec96f54f65ece61e8 100644
--- a/src/heap/scavenge-job.h
+++ b/src/heap/scavenge-job.h
@@ -6,6 +6,7 @@
#define V8_HEAP_SCAVENGE_JOB_H_
#include "src/cancelable-task.h"
+#include "src/globals.h"
#include "src/heap/gc-tracer.h"
namespace v8 {
@@ -16,7 +17,7 @@ class Isolate;
// This class posts idle tasks and performs scavenges in the idle tasks.
-class ScavengeJob {
+class V8_EXPORT_PRIVATE ScavengeJob {
public:
class IdleTask : public CancelableIdleTask {
public:
« no previous file with comments | « src/heap/memory-reducer.h ('k') | src/interface-descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698