Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index ed0796f4f76e8230982f8f9ba153505db4ef6541..5e97c9f3037018bed8f1782121edbeb66b7fa7e4 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -270,8 +270,7 @@ class Genesis BASE_EMBEDDED { |
friend class Bootstrapper; |
}; |
- |
-void Bootstrapper::Iterate(ObjectVisitor* v) { |
+void Bootstrapper::Iterate(RootVisitor* v) { |
extensions_cache_.Iterate(v); |
v->Synchronize(VisitorSynchronization::kExtensions); |
} |