 Chromium Code Reviews
 Chromium Code Reviews Issue 9178011:
  Unbreak the 64 bit build.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 9178011:
  Unbreak the 64 bit build.  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/snapshot.h | 
| =================================================================== | 
| --- src/snapshot.h (revision 10413) | 
| +++ src/snapshot.h (working copy) | 
| @@ -90,7 +90,7 @@ | 
| // These are the sizes of the spaces that are needed in order to unpack the | 
| // VM boot snapshot. | 
| -const int kMinimumSpaceSizes[LAST_SPACE + 1] = { | 
| +const intptr_t kMinimumSpaceSizes[LAST_SPACE + 1] = { | 
| 0, // New space. | 
| 512 * 1024, // Old pointer space. | 
| 128 * 1024, // Old data space. |