| Index: src/heap/gc-idle-time-handler.h
|
| diff --git a/src/heap/gc-idle-time-handler.h b/src/heap/gc-idle-time-handler.h
|
| index 39dea7e1ff942c7d4e9c78004c6f184a2b3f9b3f..7ce0c1a2f60f84c9d39b8f3351d934144edf2c23 100644
|
| --- a/src/heap/gc-idle-time-handler.h
|
| +++ b/src/heap/gc-idle-time-handler.h
|
| @@ -68,7 +68,7 @@ class GCIdleTimeHeapState {
|
|
|
| // The idle time handler makes decisions about which garbage collection
|
| // operations are executing during IdleNotification.
|
| -class GCIdleTimeHandler {
|
| +class V8_EXPORT_PRIVATE GCIdleTimeHandler {
|
| public:
|
| // If we haven't recorded any incremental marking events yet, we carefully
|
| // mark with a conservative lower bound for the marking speed.
|
|
|