Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index ba032e7d787590195d8644584c13500b51be395f..7b57454eae00148b152b6da61bc7a72caeeca207 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -24,7 +24,7 @@ class SourceCodeCache FINAL BASE_EMBEDDED { |
} |
void Iterate(ObjectVisitor* v) { |
- v->VisitPointer(BitCast<Object**, FixedArray**>(&cache_)); |
+ v->VisitPointer(bit_cast<Object**, FixedArray**>(&cache_)); |
} |
bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { |