Chromium Code Reviews| Index: src/lithium-allocator.h |
| diff --git a/src/lithium-allocator.h b/src/lithium-allocator.h |
| index f63077e19d77a285351173ffe33ef3481b897dd5..2a8080011f025777791ce0dc98a5b308af851432 100644 |
| --- a/src/lithium-allocator.h |
| +++ b/src/lithium-allocator.h |
| @@ -564,7 +564,7 @@ class LAllocatorPhase : public CompilationPhase { |
| private: |
| LAllocator* allocator_; |
| - unsigned allocator_zone_start_allocation_size_; |
| + size_t allocator_zone_start_allocation_size_; |
| DISALLOW_COPY_AND_ASSIGN(LAllocatorPhase); |
| }; |