summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap/marking-visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap/marking-visitor.h')
-rw-r--r--deps/v8/src/heap/marking-visitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/heap/marking-visitor.h b/deps/v8/src/heap/marking-visitor.h
index 555b2e8118..6a016a143e 100644
--- a/deps/v8/src/heap/marking-visitor.h
+++ b/deps/v8/src/heap/marking-visitor.h
@@ -193,7 +193,7 @@ class MarkingVisitorBase : public HeapVisitor<int, ConcreteVisitor> {
template <typename T>
int VisitEmbedderTracingSubclass(Map map, T object);
V8_INLINE int VisitFixedArrayWithProgressBar(Map map, FixedArray object,
- MemoryChunk* chunk);
+ ProgressBar& progress_bar);
// Marks the descriptor array black without pushing it on the marking work
// list and visits its header. Returns the size of the descriptor array
// if it was successully marked as black.