Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 11259) |
| +++ src/heap.h (working copy) |
| @@ -1711,7 +1711,7 @@ |
| // The amount of external memory registered through the API kept alive |
| // by global handles |
| - int amount_of_external_allocated_memory_; |
| + intptr_t amount_of_external_allocated_memory_; |
| // Caches the amount of external memory registered at the last global gc. |
| int amount_of_external_allocated_memory_at_last_global_gc_; |