Index: test/cctest/heap/test-heap.cc |
diff --git a/test/cctest/heap/test-heap.cc b/test/cctest/heap/test-heap.cc |
index bfafc0fe5956d66370bc3b963d875bd8583a3e3e..37d750bb6ec3b73ac6e64ee1f53da5f6342be066 100644 |
--- a/test/cctest/heap/test-heap.cc |
+++ b/test/cctest/heap/test-heap.cc |
@@ -6398,7 +6398,7 @@ TEST(SharedFunctionInfoIterator) { |
} |
{ |
- SharedFunctionInfo::Iterator iterator(isolate); |
+ SharedFunctionInfo::GlobalIterator iterator(isolate); |
while (iterator.Next()) sfi_count--; |
} |