| Index: src/global-handles.h
|
| diff --git a/src/global-handles.h b/src/global-handles.h
|
| index e1722d8e9914b41a30f701e077f0c0b27dcb398b..2938bc5384bdda161c2fce5871b651e021cf784e 100644
|
| --- a/src/global-handles.h
|
| +++ b/src/global-handles.h
|
| @@ -148,6 +148,8 @@ class GlobalHandles {
|
| WeakCallbackInfo<void>::Callback weak_callback,
|
| v8::WeakCallbackType type);
|
|
|
| + static void AddObjectToMarkingDeque(Object** object, Isolate* isolate);
|
| +
|
| void RecordStats(HeapStats* stats);
|
|
|
| // Returns the current number of weak handles.
|
|
|