| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 47013e7283a2b562197d1b23076cca2ab6849bf7..550b6a174f557551da25d6142ae73b51c4528061 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -1063,7 +1063,6 @@ private:
|
| static int heapIndexForObjectSize(size_t);
|
| static bool isNormalHeapIndex(int);
|
|
|
| - static Visitor* s_markingVisitor;
|
| static CallbackStack* s_markingStack;
|
| static CallbackStack* s_postMarkingCallbackStack;
|
| static CallbackStack* s_globalWeakCallbackStack;
|
|
|