| Index: src/heap/memory-reducer.h
|
| diff --git a/src/heap/memory-reducer.h b/src/heap/memory-reducer.h
|
| index 0fe53e5fea74c09571a753a578d8f476a399a9ac..4745001b6ccaca22a9b9701b1176cad522ba852c 100644
|
| --- a/src/heap/memory-reducer.h
|
| +++ b/src/heap/memory-reducer.h
|
| @@ -8,6 +8,7 @@
|
| #include "include/v8-platform.h"
|
| #include "src/base/macros.h"
|
| #include "src/cancelable-task.h"
|
| +#include "src/globals.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -79,7 +80,7 @@ class Heap;
|
| // now_ms is the current time,
|
| // t' is t if the current event is not a GC event and is now_ms otherwise,
|
| // long_delay_ms, short_delay_ms, and watchdog_delay_ms are constants.
|
| -class MemoryReducer {
|
| +class V8_EXPORT_PRIVATE MemoryReducer {
|
| public:
|
| enum Action { kDone, kWait, kRun };
|
|
|
|
|