Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp |
diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
index efd6f66b8ca77a573d857720194017b634395f76..a9c6d4959b2b56083c57b10de7d8ce39f2c882dc 100644 |
--- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
+++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp |
@@ -318,7 +318,7 @@ class TestGCScope { |
class CountingVisitor : public Visitor { |
public: |
explicit CountingVisitor(ThreadState* state) |
- : Visitor(state, Visitor::ThreadLocalMarking), |
+ : Visitor(state, VisitorMarkingMode::ThreadLocalMarking), |
m_scope(&state->heap().stackFrameDepth()), |
m_count(0) {} |