Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index ed61a14257b904c57e4aa723c6deb505d2ac4fea..0d59505c0907874133dd370e081071747caf5a07 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -56,7 +56,7 @@ class SourceCodeCache BASE_EMBEDDED { |
} |
void Iterate(ObjectVisitor* v) { |
- v->VisitPointer(BitCast<Object**, FixedArray**>(&cache_)); |
+ v->VisitPointer(BitCast<Object**>(&cache_)); |
} |