Chromium Code Reviews| Index: src/heap.h |
| diff --git a/src/heap.h b/src/heap.h |
| index 0736fd35469eb385623f964a49c2785fe29325a4..1f83f2f5216c4b6a81251ca7bf5b34ca3a04f6ab 100644 |
| --- a/src/heap.h |
| +++ b/src/heap.h |
| @@ -1202,7 +1202,7 @@ class Heap { |
| (PromotedSpaceSize() + PromotedExternalMemorySize()); |
| } |
| - inline void LowerOldGenLimits(int bytes) { |
| + inline void LowerOldGenLimits(intptr_t bytes) { |
| old_gen_promotion_limit_ -= bytes; |
| old_gen_allocation_limit_ -= bytes; |
| } |