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