| Index: src/incremental-marking.h
|
| diff --git a/src/incremental-marking.h b/src/incremental-marking.h
|
| index a9c2321d633e4bdee2e13f08df428612ca248ec1..4cb356de8f23a3406d2a56d5608d87ee20c94eaf 100644
|
| --- a/src/incremental-marking.h
|
| +++ b/src/incremental-marking.h
|
| @@ -53,6 +53,8 @@ class IncrementalMarking {
|
|
|
| explicit IncrementalMarking(Heap* heap);
|
|
|
| + static void Initialize();
|
| +
|
| void TearDown();
|
|
|
| State state() {
|
| @@ -259,8 +261,6 @@ class IncrementalMarking {
|
|
|
| void EnsureMarkingDequeIsCommitted();
|
|
|
| - void VisitGlobalContext(Context* ctx, ObjectVisitor* v);
|
| -
|
| Heap* heap_;
|
|
|
| State state_;
|
|
|