| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index bd4f0d9796a5f1e92bd2b312496e2e01d5717cf7..dfc18cc74a7e90c37097b217977ed891f72468fa 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -4024,7 +4024,7 @@ void Heap::IterateStrongRoots(ObjectVisitor* v, VisitMode mode) {
|
| v->VisitPointers(&roots_[0], &roots_[kStrongRootListLength]);
|
| v->Synchronize("strong_root_list");
|
|
|
| - v->VisitPointer(BitCast<Object**, String**>(&hidden_symbol_));
|
| + v->VisitPointer(BitCast<Object**>(&hidden_symbol_));
|
| v->Synchronize("symbol");
|
|
|
| Bootstrapper::Iterate(v);
|
|
|