 Chromium Code Reviews
 Chromium Code Reviews Issue 6446:
  Revert 428. Breaks 64-bit compilation.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 6446:
  Revert 428. Breaks 64-bit compilation.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/heap.cc | 
| =================================================================== | 
| --- src/heap.cc (revision 429) | 
| +++ src/heap.cc (working copy) | 
| @@ -2350,7 +2350,7 @@ | 
| SYNCHRONIZE_TAG("struct_map"); | 
| #define SYMBOL_ITERATE(name, string) \ | 
| - v->VisitPointer(bit_cast<Object**, String**>(&name##_)); | 
| + v->VisitPointer(reinterpret_cast<Object**>(&name##_)); | 
| SYMBOL_LIST(SYMBOL_ITERATE) | 
| #undef SYMBOL_ITERATE | 
| SYNCHRONIZE_TAG("symbol"); |